Author: dgregor
Date: Mon Jan 24 12:04:58 2011
New Revision: 124130

URL: http://llvm.org/viewvc/llvm-project?rev=124130&view=rev
Log:
Note the need for --param=build_config=whatever in the Hacking Clang document, 
from Yuri Gribov

Modified:
    cfe/trunk/www/hacking.html

Modified: cfe/trunk/www/hacking.html
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=124130&r1=124129&r2=124130&view=diff
==============================================================================
--- cfe/trunk/www/hacking.html (original)
+++ cfe/trunk/www/hacking.html Mon Jan 24 12:04:58 2011
@@ -185,6 +185,10 @@
  (path to llvm)/llvm/tools/clang/test
   </tt>
 
+  <p>For CMake builds e.g. on Windows with Visual Studio, you will need
+  to specify your build configuration (Debug, Release, etc.) via
+  <tt>--param=build_config=(build config)</tt>.</p>
+
   <p>To run a single test:</p>
   
   <tt>


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to