Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov

llvm-svn: 124130
This commit is contained in:
Douglas Gregor 2011-01-24 18:04:58 +00:00
parent f7bde9a192
commit 52552c8a32
1 changed files with 4 additions and 0 deletions

View File

@ -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>