[clang] [lld] [llvm] Deprecate the `-fbasic-block-sections=labels` option. (PR #107494)
Fangrui Song via cfe-commits
cfe-commits at lists.llvm.org
Thu Sep 12 19:59:01 PDT 2024
================
@@ -2369,14 +2369,16 @@ are listed below.
$ cd $P/bar && clang -c -funique-internal-linkage-names name_conflict.c
$ cd $P && clang foo/name_conflict.o && bar/name_conflict.o
-.. option:: -fbasic-block-sections=[labels, all, list=<arg>, none]
+.. option:: -f[no]-basic-block-address-map:
+ Emits a ``SHT_LLVM_BB_ADDR_MAP`` which includes address offsets for each
----------------
MaskRay wrote:
`SHT_LLVM_BB_ADDR_MAP section`
https://github.com/llvm/llvm-project/pull/107494
More information about the cfe-commits
mailing list