From a0266abebb1d20f3077dcb1dee5c08ea58fbb528 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 24 Jan 2011 18:04:58 +0000 Subject: [PATCH] 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 --- www/hacking.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/www/hacking.html b/www/hacking.html index e0d2ce4b7..978c99f14 100644 --- a/www/hacking.html +++ b/www/hacking.html @@ -185,6 +185,10 @@ (path to llvm)/llvm/tools/clang/test +

For CMake builds e.g. on Windows with Visual Studio, you will need + to specify your build configuration (Debug, Release, etc.) via + --param=build_config=(build config).

+

To run a single test:

-- 2.11.4.GIT