blob: f9f261b4c409582970ff442c12d0db22988cdb88 [file]
.*swiftc(\.exe)?"? [^
]* -parse-as-library -static[^
]* -module-name StaticLibrary [^
]* -emit-module -emit-module-path (Debug/|Release/)?StaticLibrary\.swiftmodule [^
]*
.*swiftc(\.exe)?"? [^
]* -parse-as-library[^
]* -module-name DynamicLibrary [^
]* -emit-module -emit-module-path (debug|release)/modules/DynamicLibrary\.swiftmodule [^
]*
.*swiftc(\.exe)?"? [^
]* -emit-library [^
]* -Xlinker -soname -Xlinker libDynamicLibrary\.so -o ([A-Za-z]+/)?libDynamicLibrary\.so [^
]*
.*swiftc(\.exe)?"? [^
]* -parse-as-library[^
]* -module-name DynamicLibrary2 [^
]* -emit-module -emit-module-path Modules/(Debug/|Release/)?DynamicLibrary2\.swiftmodule [^
]*
.*swiftc(\.exe)?"? -j [0-9]+ -num-threads [0-9]+ -c -module-name Executable