diff options
author | Chris Bieneman <beanz@apple.com> | 2016-03-18 21:59:33 +0000 |
---|---|---|
committer | Chris Bieneman <beanz@apple.com> | 2016-03-18 21:59:33 +0000 |
commit | 4c0e45e8f672a84167af170901e6501c529ec648 (patch) | |
tree | 7fd4b1126a7a4a3e73fdaca1e2fe997761e0739a | |
parent | ebb1dd93812ba17d32502d47e5cc336a76469c14 (diff) | |
download | bcm5719-llvm-4c0e45e8f672a84167af170901e6501c529ec648.tar.gz bcm5719-llvm-4c0e45e8f672a84167af170901e6501c529ec648.zip |
Missed a few non-ascii characters
llvm-svn: 263841
-rw-r--r-- | llvm/docs/AdvancedBuilds.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/AdvancedBuilds.rst b/llvm/docs/AdvancedBuilds.rst index 39f8be9a93e..e3db51ef469 100644 --- a/llvm/docs/AdvancedBuilds.rst +++ b/llvm/docs/AdvancedBuilds.rst @@ -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** |