mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #75589 from swiftlang/egorzhdan/linux-libcxx-interop
[cxx-interop] Allow compiling with libc++ on Linux
This commit is contained in:
@@ -1648,6 +1648,7 @@ void IRGenModule::addLinkLibraries() {
|
||||
getSwiftModule()->getName().str(),
|
||||
hasStaticCxx,
|
||||
hasStaticCxxStdlib,
|
||||
Context.LangOpts.CXXStdlib,
|
||||
registerLinkLibrary);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user