aboutsummaryrefslogtreecommitdiff
path: root/llvm/docs/CommandGuide/llvm-objdump.rst
diff options
context:
space:
mode:
authorRahman Lavaee <rahmanl@google.com>2024-09-25 22:03:10 -0700
committerGitHub <noreply@github.com>2024-09-25 22:03:10 -0700
commit7b7747dc1d3da1a829503ea9505b4cecce4f5bda (patch)
tree812813a4212672361008fd25b1064303781056b1 /llvm/docs/CommandGuide/llvm-objdump.rst
parent0f984976897857a8f4003063be6fa38a733fa624 (diff)
downloadllvm-7b7747dc1d3da1a829503ea9505b4cecce4f5bda.zip
llvm-7b7747dc1d3da1a829503ea9505b4cecce4f5bda.tar.gz
llvm-7b7747dc1d3da1a829503ea9505b4cecce4f5bda.tar.bz2
Reapply "Deprecate the `-fbasic-block-sections=labels` option." (#110039)
This reapplies commit 1911a50fae8a441b445eb835b98950710d28fc88 with a minor fix in lld/ELF/LTO.cpp which sets Options.BBAddrMap when `--lto-basic-block-sections=labels` is passed.
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-objdump.rst')
-rw-r--r--llvm/docs/CommandGuide/llvm-objdump.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llvm-objdump.rst b/llvm/docs/CommandGuide/llvm-objdump.rst
index 7f8def7..ab9f583 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-sections=labels``), labels are retrieved from that section
+ ``-fbasic-block-address-map``), 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,