Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
IRGen: Use llvm.compiler.used instead of llvm.used on ELF
As of "ELF: Create unique SHF_GNU_RETAIN sections for llvm.used global objects" (https://reviews.llvm.org/D97448) LLVM will create separate sections for symbols marked as llvm.used. Use llvm.compiler.used instead. rdar://82681143
- Loading branch information