mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This is required to ensure that we do not get ODR violations due to LLVMSupport being linked in with multiple definitions. We would previously miscompile the library resulting in a mixed signature containing both `__swift::runtime::llvm::` and `::llvm::` versions of `StringRef`.