[llvm] r263841 - Missed a few non-ascii characters

Chris Bieneman via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 18 14:59:33 PDT 2016


Author: cbieneman
Date: Fri Mar 18 16:59:33 2016
New Revision: 263841

URL: http://llvm.org/viewvc/llvm-project?rev=263841&view=rev
Log:
Missed a few non-ascii characters

Modified:
    llvm/trunk/docs/AdvancedBuilds.rst

Modified: llvm/trunk/docs/AdvancedBuilds.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/AdvancedBuilds.rst?rev=263841&r1=263840&r2=263841&view=diff
==============================================================================
--- llvm/trunk/docs/AdvancedBuilds.rst (original)
+++ llvm/trunk/docs/AdvancedBuilds.rst Fri Mar 18 16:59:33 2016
@@ -127,11 +127,11 @@ The PGO came cache generates the followi
   llvm-profdata) then uses that compiler to build an instrumented stage2 compiler.
 
 **stage2-instrumented-generate-profdata**
-  Depends on “stage2-instrumented” and will use the instrumented compiler to
+  Depends on "stage2-instrumented" and will use the instrumented compiler to
   generate profdata based on the training files in <clang>/utils/perf-training
 
 **stage2**
-  Depends of “stage2-instrumented-generate-profdata” and will use the stage1
+  Depends of "stage2-instrumented-generate-profdata" and will use the stage1
   compiler with the stage2 profdata to build a PGO-optimized compiler.
 
 **stage2-check-llvm**




More information about the llvm-commits mailing list