[llvm] [BOLT] Fix Linux kernel static keys handling (PR #119557)

Maksim Panchenko via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 12 13:52:26 PST 2024


maksfb wrote:

Thank you for identifying the problem, actually two of them. I don't think we are currently affected by the order of evaluation, but it's the proper fix.

The other one with the test case is caused by the key address field, alignment just exposes it. I'v put up https://github.com/llvm/llvm-project/pull/119771 with the fix for the field.

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


More information about the llvm-commits mailing list