[llvm] [BOLT] Add option --merge-text-sections (PR #217732)

YongKang Zhu via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 23 11:46:01 PDT 2026


yozhu wrote:

> How does this option interact with `-use-old-text`?

It is independent of whether or not the old text section will be reused. It will merge new text sections that BOLT generates, like `.text` and `.text.old`, which can be written to the original text section due to `--use-old-text`.

https://github.com/llvm/llvm-project/pull/217732


More information about the llvm-commits mailing list