diff options
author | Kazu Hirata <kazu@google.com> | 2024-09-25 12:34:43 -0700 |
---|---|---|
committer | Kazu Hirata <kazu@google.com> | 2024-09-25 12:34:43 -0700 |
commit | 639a0afa9955a8613902e46e168767bc05c46cdd (patch) | |
tree | 6019e52986dad7fa3b6440574413ab42db1df05d /llvm/docs/CommandGuide | |
parent | 1911a50fae8a441b445eb835b98950710d28fc88 (diff) | |
download | llvm-639a0afa9955a8613902e46e168767bc05c46cdd.zip llvm-639a0afa9955a8613902e46e168767bc05c46cdd.tar.gz llvm-639a0afa9955a8613902e46e168767bc05c46cdd.tar.bz2 |
Revert "Deprecate the `-fbasic-block-sections=labels` option. (#107494)"
This reverts commit 1911a50fae8a441b445eb835b98950710d28fc88.
Several bots are failing:
https://lab.llvm.org/buildbot/#/builders/190/builds/6519
https://lab.llvm.org/buildbot/#/builders/3/builds/5248
https://lab.llvm.org/buildbot/#/builders/18/builds/4463
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-objdump.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst index ab9f583..7f8def7 100644 --- a/llvm/docs/CommandGuide/llvm-objdump.rst +++ b/llvm/docs/CommandGuide/llvm-objdump.rst @@ -272,7 +272,7 @@ OPTIONS When printing a PC-relative global symbol reference, print it as an offset from the leading symbol. When a bb-address-map section is present (i.e., the object file is built with - ``-fbasic-block-address-map``), labels are retrieved from that section + ``-fbasic-block-sections=labels``), labels are retrieved from that section instead. If a pgo-analysis-map is present alongside the bb-address-map, any available analyses are printed after the relevant block label. By default, any analysis with a special representation (i.e. BlockFrequency, |