We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e169d32 + 2717916 commit 6cbf260Copy full SHA for 6cbf260
test/IRGen/multithread_module.swift
@@ -1,6 +1,6 @@
1
// RUN: %empty-directory(%t)
2
3
-// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil %S/Inputs/multithread_module/main.swift -emit-ir -o %t/main.ll %s -o %t/mt_module.ll -num-threads 2 -O -g -module-name test
+// RUN: %target-swift-frontend -assume-parsing-unqualified-ownership-sil %S/Inputs/multithread_module/main.swift -emit-ir -o %t/main.ll %/s -o %t/mt_module.ll -num-threads 2 -O -g -module-name test
4
// RUN: %FileCheck --check-prefix=CHECK-MAINLL %s <%t/main.ll
5
// RUN: %FileCheck --check-prefix=CHECK-MODULELL %s <%t/mt_module.ll
6
0 commit comments