aaron.ballman accepted this revision.
aaron.ballman added a comment.

LGTM aside from a missing comma (that can be fixed when landing). But you 
should give @thieta a chance to chime in before landing.



================
Comment at: clang/www/get_started.html:72
     <li><tt>cd build</tt></li>
-    <li><tt>cmake -DLLVM_ENABLE_PROJECTS=clang -G "Unix Makefiles" 
../llvm</tt></li>
+    <li>This builds both LLVM and Clang in release mode. Alternatively if
+        you need a debug build, switch Release to Debug. See
----------------
Looks like this was missed with the other changes.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D127496/new/

https://reviews.llvm.org/D127496

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to