Files
clang-p2996/clang/lib/CodeGen/CodeGenModule.cpp
Jessica Clarke 73e0aa5866 [CodeGen] Create IFUNCs in the program address space, not hard-coded 0 (#105726)
Commit 0d527e56a5 ("GlobalIFunc: Make ifunc respect function address
spaces") added support for this within LLVM, but Clang does not properly
honour the target's address spaces when creating IFUNCs, crashing with
RAUW and verifier assertion failures when compiling C code on a target
with a non-zero program address space, so fix this.
2024-08-28 17:11:15 +01:00

299 KiB