Skip to content

llvmGen: Fix linkage of built-in arrays

Ben Gamari requested to merge wip/llvm-initializers into master

LLVM now insists that built-in arrays use Appending linkage, not Internal.

Fixes #25769 (closed).

Merge request reports

Loading