Merge pull request #75589 from swiftlang/egorzhdan/linux-libcxx-interop

[cxx-interop] Allow compiling with libc++ on Linux
This commit is contained in:
Egor Zhdan
2024-08-09 13:42:29 +01:00
committed by GitHub
31 changed files with 348 additions and 28 deletions

View File

@@ -1648,6 +1648,7 @@ void IRGenModule::addLinkLibraries() {
getSwiftModule()->getName().str(),
hasStaticCxx,
hasStaticCxxStdlib,
Context.LangOpts.CXXStdlib,
registerLinkLibrary);
}