diff options
author | Douglas Gregor <dgregor@apple.com> | 2011-01-24 18:04:58 +0000 |
---|---|---|
committer | Douglas Gregor <dgregor@apple.com> | 2011-01-24 18:04:58 +0000 |
commit | a71ef5da3ffbc00dbb92afa8d397ec5a1e7be55e (patch) | |
tree | 7722c8c319f3193f9becbef3fe7050982e026046 | |
parent | d0fb3adeed631385a53d15ced60d67c5f64eb133 (diff) |
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
-rw-r--r-- | www/hacking.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/hacking.html b/www/hacking.html index e0d2ce4b72..978c99f141 100644 --- a/www/hacking.html +++ b/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> |