[llvm] [BOLT] Match instrument-funcs-file entries against restored names (PR #208313)

YongKang Zhu via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 15 16:01:03 PDT 2026


================

----------------
yozhu wrote:

Sync'd with Amir offline. We agreed that we should drop the new option `--instrument-funcs-file`, start using option `--instrument-hot-only` and pass the list of functions intended to be instrumented in a new `fdata` format to BOLT. With a new format, the fdata reader can freely match against restored symbol names for local functions. This PR will be closed.

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


More information about the llvm-commits mailing list