[llvm] [JITLink][AArch32] Fix Unaligned Data Symbol Address Resolution (PR #97030)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 03:29:57 PDT 2024


https://github.com/weliveindetail commented:

Wow, that's great. Thanks for investigating! As you already proposed, maybe turn the condition around and only emit the `Thumb` target flag for callable symbols which should be `ELF::STT_FUNC` indeed.

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


More information about the llvm-commits mailing list