[llvm] [llvm-jitlink] Allow optional stub-kind filter in stub_addr() expressions (PR #78369)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 21 10:27:37 PST 2024


weliveindetail wrote:

> This change broke building on i686 (possibly all 32-bit arches) with GCC (possibly with clang too)

Thanks for reporting! I cross-compiled it on ubuntu20.04 with GCC-10 for arm-linux-gnueabihf, which is 32-bit and it doesn't reproduce the issue. I will have a closer look tomorrow.

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


More information about the llvm-commits mailing list