Skip to content
This repository was archived by the owner on Nov 1, 2021. It is now read-only.

Commit a71ef5d

Browse files
committed
Note the need for --param=build_config=whatever in the Hacking Clang document, from Yuri Gribov
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124130 91177308-0d34-0410-b5e6-96231b3b80d8
1 parent d0fb3ad commit a71ef5d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

www/hacking.html

+4
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,10 @@ <h3 id="testingCommands">Testing on the Command Line</h3>
185185
(path to llvm)/llvm/tools/clang/test
186186
</tt>
187187

188+
<p>For CMake builds e.g. on Windows with Visual Studio, you will need
189+
to specify your build configuration (Debug, Release, etc.) via
190+
<tt>--param=build_config=(build config)</tt>.</p>
191+
188192
<p>To run a single test:</p>
189193

190194
<tt>

0 commit comments

Comments
 (0)