[llvm] [BOLT] Fix mustSkip when symbol's name changed by BOLT (PR #99463)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 18 18:33:06 PDT 2024
lifengxiang1025 wrote:
> That's intentional and is required to disambiguate local symbols. You can either append the suffix ("/1" in this case) or `.*` regex if you want to skip all aliases
Thanks. But i think it's not friendly to BOLT users. The command description doesn't mention the suffix. It need users to find the reason for unexpected result by themself.
https://github.com/llvm/llvm-project/pull/99463
More information about the llvm-commits
mailing list