OSDN Git Service

Missed a few non-ascii characters
authorChris Bieneman <beanz@apple.com>
Fri, 18 Mar 2016 21:59:33 +0000 (21:59 +0000)
committerChris Bieneman <beanz@apple.com>
Fri, 18 Mar 2016 21:59:33 +0000 (21:59 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263841 91177308-0d34-0410-b5e6-96231b3b80d8

docs/AdvancedBuilds.rst

index 39f8be9..e3db51e 100644 (file)
@@ -127,11 +127,11 @@ The PGO came cache generates the following additional targets:
   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**