mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 03:46:07 +00:00

The verifier identified several modules that were broken due to incorrect linkage on declarations. To fix this, CompileOnDemandLayer2::extractFunction has been updated to change decls to external linkage. llvm-svn: 336150