mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
There are a set of headers shared between the Swift compiler and the runtime. Ensure that we explicitly use `llvm::ArrayRef` rather than `ArrayRef` which is aliased to `::llvm::ArrayRef`. Doing so enables us to replace the `ArrayRef` with an inline namespaced version fixing ODR violations when the swift runtime is loaded into an address space with LLVM.
2.4 KiB
2.4 KiB