llvmGen: Fix linkage of built-in arrays
LLVM now insists that built-in arrays use Appending linkage, not Internal. Fixes #25769.
Loading
Please register or sign in to comment
LLVM now insists that built-in arrays use Appending linkage, not Internal. Fixes #25769.