mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Splitting up the computation of common variables, module build variables, and object build variables to make it a little easier to focus on each one. Updated tests to reflect updated flag order and updated object-build description.
21 lines
766 B
Plaintext
21 lines
766 B
Plaintext
.*swiftc(\.exe)?"? [^
|
|
]* -module-name StaticLibrary [^
|
|
]* -parse-as-library -static[^
|
|
]* -emit-module -emit-module-path (Debug\\|Release\\)?StaticLibrary\.swiftmodule [^
|
|
]*
|
|
.*swiftc(\.exe)?"? [^
|
|
]* -module-name DynamicLibrary [^
|
|
]* -parse-as-library[^
|
|
]* -emit-module -emit-module-path (debug|release)\\modules\\DynamicLibrary\.swiftmodule [^
|
|
]*
|
|
.*swiftc(\.exe)?"? [^
|
|
]* -emit-library [^
|
|
]* -Xlinker -implib:(Debug\\|Release\\)?DynamicLibrary\.lib +-o ([A-Za-z]+/)?(Debug\\|Release\\)?DynamicLibrary\.dll [^
|
|
]*
|
|
.*swiftc(\.exe)?"? [^
|
|
]* -module-name DynamicLibrary2 [^
|
|
]* -parse-as-library[^
|
|
]* -emit-module -emit-module-path Modules\\(Debug\\|Release\\)?DynamicLibrary2\.swiftmodule [^
|
|
]*
|
|
.*swiftc(\.exe)?"? -j [0-9]+ -num-threads [0-9]+ +-c -module-name Executable
|