[llvm] [llvm-jitlink] Support plain AArch32 range extension stubs in jitlink-check's stub_addr() expressions (PR #73268)

Eymen Ünay via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 23 20:06:11 PST 2023


https://github.com/eymay approved this pull request.

My understanding is that now in JITLink AArch32 we can have PLT and interworking/range-extension stubs in different sections so they are kept orthogonal features. Now the checker is also acknowledging this separation.

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


More information about the llvm-commits mailing list