[PATCH] D38863: Typos in tutorial

Jan Korous via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 12 15:57:39 PDT 2017


jkorous-apple created this revision.

https://reviews.llvm.org/D38863

Files:
  www/hacking.html


Index: www/hacking.html
===================================================================
--- www/hacking.html
+++ 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>
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D38863.118856.patch
Type: text/x-patch
Size: 537 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20171012/331bb87d/attachment.bin>


More information about the cfe-commits mailing list