diff options
-rw-r--r-- | clang/www/hacking.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/www/hacking.html b/clang/www/hacking.html index 65d182dfeca..96eb7f65947 100644 --- a/clang/www/hacking.html +++ b/clang/www/hacking.html @@ -246,9 +246,9 @@ <p>For example:</p> <pre> - python C:\Tool\llvm\utils\lit\lit.py -sv + python C:\Tools\llvm\utils\lit\lit.py -sv --param=build_mode=Win32 --param=build_config=Debug - --param=clang_site_config=c:\Tools\build\tools\clang\test\lit.site.cfg + --param=clang_site_config=C:\Tools\build\tools\clang\test\lit.site.cfg C:\Tools\llvm\tools\clang\test\Sema\wchar.c </pre> |