Files
Saleem Abdulrasool 5fe4a7840a Demangling: define SWIFT_RUNTIME when building
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`.
2025-08-06 15:52:04 -07:00
..