summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2011-01-24 18:04:58 +0000
committerDouglas Gregor <dgregor@apple.com>2011-01-24 18:04:58 +0000
commit52552c8a32921f557157a93fec2f5628fdcfafaf (patch)
treeb2e92cb8a03d7449e2dbddeee56d3f831dcaf16c
parentf7bde9a1927a3a464e4159863b6f73b42d6c82c6 (diff)
downloadbcm5719-llvm-52552c8a32921f557157a93fec2f5628fdcfafaf.tar.gz
bcm5719-llvm-52552c8a32921f557157a93fec2f5628fdcfafaf.zip
Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov
llvm-svn: 124130
-rw-r--r--clang/www/hacking.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html
index e0d2ce4b72b..978c99f1413 100644
--- a/clang/www/hacking.html
+++ b/clang/www/hacking.html
@@ -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>
OpenPOWER on IntegriCloud