Author: jkorous Date: Thu Oct 12 17:31:07 2017 New Revision: 315652 URL: http://llvm.org/viewvc/llvm-project?rev=315652&view=rev Log: Typos in tutorial
Modified: cfe/trunk/www/hacking.html Modified: cfe/trunk/www/hacking.html URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/www/hacking.html?rev=315652&r1=315651&r2=315652&view=diff ============================================================================== --- cfe/trunk/www/hacking.html (original) +++ cfe/trunk/www/hacking.html Thu Oct 12 17:31:07 2017 @@ -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> _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits