summaryrefslogtreecommitdiff
path: root/bolt/README.md
diff options
context:
space:
mode:
authorHuan Nguyen <nhuhuan@yahoo.com>2022-06-01 13:59:28 -0700
committerAmir Ayupov <aaupov@fb.com>2022-06-01 14:00:16 -0700
commit38fb7d56e543f3cd137a79d6e6331b697ef9f92c (patch)
treec95999278fb729c796dc9e2f655a29cd45819f6f /bolt/README.md
parentd53de9b7ac394963730ef34616d4104746eea0f0 (diff)
downloadllvm-38fb7d56e543f3cd137a79d6e6331b697ef9f92c.tar.gz
[BOLT][TEST] Replace cache+ option with ext-tsp
Replace "cache+" with "ext-tsp" in all BOLT tests Test Plan: ``` ninja check-bolt grep -rnw . -e "cache+" ``` no more tests containing "cache+" "cache+" and "ext-tsp" are aliases Reviewed By: rafauler Differential Revision: https://reviews.llvm.org/D126714
Diffstat (limited to 'bolt/README.md')
-rw-r--r--bolt/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/bolt/README.md b/bolt/README.md
index 22bf2a65b67c..5580eaac7695 100644
--- a/bolt/README.md
+++ b/bolt/README.md
@@ -180,7 +180,7 @@ Once you have `perf.fdata` ready, you can use it for optimizations with
BOLT. Assuming your environment is setup to include the right path, execute
`llvm-bolt`:
```
-$ llvm-bolt <executable> -o <executable>.bolt -data=perf.fdata -reorder-blocks=cache+ -reorder-functions=hfsort -split-functions=2 -split-all-cold -split-eh -dyno-stats
+$ llvm-bolt <executable> -o <executable>.bolt -data=perf.fdata -reorder-blocks=ext-tsp -reorder-functions=hfsort -split-functions=2 -split-all-cold -split-eh -dyno-stats
```
If you do need an updated debug info, then add `-update-debug-sections` option