mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #37211 from compnerd/windows-static-linking
IRGen: support static linking on Windows
This commit is contained in:
@@ -326,6 +326,9 @@ private:
|
||||
/// Whether this module file is actually a .sib file.
|
||||
unsigned IsSIB: 1;
|
||||
|
||||
/// Whether this module is compiled as static library.
|
||||
unsigned IsStaticLibrary: 1;
|
||||
|
||||
/// Whether this module file is compiled with '-enable-testing'.
|
||||
unsigned IsTestable : 1;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user