summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/Swift/SwiftLibraryModuleCommand-check-stdout-darwin.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Tests/RunCMake/Swift/SwiftLibraryModuleCommand-check-stdout-darwin.txt')
-rw-r--r--Tests/RunCMake/Swift/SwiftLibraryModuleCommand-check-stdout-darwin.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/Tests/RunCMake/Swift/SwiftLibraryModuleCommand-check-stdout-darwin.txt b/Tests/RunCMake/Swift/SwiftLibraryModuleCommand-check-stdout-darwin.txt
new file mode 100644
index 0000000..20c656d
--- /dev/null
+++ b/Tests/RunCMake/Swift/SwiftLibraryModuleCommand-check-stdout-darwin.txt
@@ -0,0 +1,13 @@
+.*swiftc(.exe)? [^
+]* -parse-as-library -static -emit-module [^
+]* -module-name StaticLibrary [^
+]*
+.*swiftc(.exe)? [^
+]* -parse-as-library -emit-module [^
+]* -module-name DynamicLibrary [^
+]*
+.*swiftc(.exe)? [^
+]* -emit-library [^
+]* -Xlinker -install_name -Xlinker @rpath/libDynamicLibrary.dylib -o ([A-Za-z]+/)?libDynamicLibrary.dylib [^
+]*
+.*swiftc(.exe)? -j [0-9]+ -num-threads [0-9]+ -c -module-name Executable