[cfe-commits] r99843 - /cfe/trunk/www/get_started.html

Gabor Greif ggreif at gmail.com
Mon Mar 29 14:36:06 PDT 2010


Author: ggreif
Date: Mon Mar 29 16:36:06 2010
New Revision: 99843

URL: http://llvm.org/viewvc/llvm-project?rev=99843&view=rev
Log:
provide a simpler way to get to the headers

Modified:
    cfe/trunk/www/get_started.html

Modified: cfe/trunk/www/get_started.html
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/get_started.html?rev=99843&r1=99842&r2=99843&view=diff
==============================================================================
--- cfe/trunk/www/get_started.html (original)
+++ cfe/trunk/www/get_started.html Mon Mar 29 16:36:06 2010
@@ -65,7 +65,7 @@
       to find your C++ standard library headers.  If Clang cannot find your 
       system libstdc++ headers, please follow these instructions:</li>
   <ul>
-    <li>'<tt>touch empty.cpp; gcc -v empty.cpp -fsyntax-only</tt>' to get the
+    <li>'<tt>gcc -v -x c++ /dev/null -fsyntax-only</tt>' to get the
     path.</li>
     <li>Look for the comment "FIXME: temporary hack:
     hard-coded paths" in <tt>clang/lib/Frontend/InitHeaderSearch.cpp</tt> and





More information about the cfe-commits mailing list