SwiftLibraryModuleCommand-check-stdout-windows.txt 743 B

1234567891011121314151617181920
  1. .*swiftc(.exe)? [^
  2. ]* -parse-as-library -static[^
  3. ]* -emit-module -emit-module-path (Debug\\|Release\\)?StaticLibrary.swiftmodule[^
  4. ]* -module-name StaticLibrary [^
  5. ]*
  6. .*swiftc(.exe)? [^
  7. ]* -parse-as-library[^
  8. ]* -emit-module -emit-module-path (debug|release)\\modules\\DynamicLibrary.swiftmodule[^
  9. ]* -module-name DynamicLibrary [^
  10. ]*
  11. .*swiftc(.exe)? [^
  12. ]* -emit-library [^
  13. ]* -Xlinker -implib:(Debug\\|Release\\)?DynamicLibrary.lib +-o ([A-Za-z]+/)?(Debug\\|Release\\)?DynamicLibrary.dll [^
  14. ]*
  15. .*swiftc(.exe)? [^
  16. ]* -parse-as-library[^
  17. ]* -emit-module -emit-module-path Modules\\(Debug\\|Release\\)?DynamicLibrary2.swiftmodule[^
  18. ]* -module-name DynamicLibrary2 [^
  19. ]*
  20. .*swiftc(.exe)? -j [0-9]+ -num-threads [0-9]+ -c -module-name Executable