forked from OSchip/llvm-project
Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov
llvm-svn: 124130
This commit is contained in:
parent
f7bde9a192
commit
52552c8a32
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue