mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +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:
@@ -391,6 +391,10 @@ private:
|
||||
/// Whether this module is built with C++ interoperability enabled.
|
||||
unsigned HasCxxInteroperability : 1;
|
||||
|
||||
/// Whether this module uses the platform default C++ stdlib, or an
|
||||
/// overridden C++ stdlib.
|
||||
unsigned CXXStdlibKind : 8;
|
||||
|
||||
/// Whether this module is built with -allow-non-resilient-access.
|
||||
unsigned AllowNonResilientAccess : 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user