File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 78
78
// COMPLEX-DAG: -F /path/to/frameworks -Fsystem /path/to/systemframeworks -F /path/to/more/frameworks
79
79
// COMPLEX-DAG: -I /path/to/headers -I path/to/more/headers
80
80
// COMPLEX-DAG: -module-cache-path /tmp/modules
81
- // COMPLEX-DAG: -emit-reference-dependencies-path {{(.*(/|\\))?driver-compile[^ /]+ }}.swiftdeps
81
+ // COMPLEX-DAG: -emit-reference-dependencies-path {{(.*(/|\\))?driver-compile[^ /]* }}.swiftdeps
82
82
// COMPLEX: -o {{.+}}.o
83
83
84
84
Original file line number Diff line number Diff line change 1
1
// RUN: %swiftc_driver -update-code -migrate-keep-objc-visibility -### %s 2>&1 | %FileCheck -check-prefix=CHECK-KEEP-OBJC %s
2
2
3
- // CHECK-KEEP-OBJC: -migrate-keep-objc-visibility
4
- // CHECK-KEEP-OBJC: -emit-remap-file-path {{.*}}.remap
3
+ // CHECK-KEEP-OBJC-DAG : -migrate-keep-objc-visibility
4
+ // CHECK-KEEP-OBJC-DAG : -emit-remap-file-path {{.*}}.remap
Original file line number Diff line number Diff line change
1
+ // REQUIRES: cplusplus_driver
2
+ // swift-driver has swift-help with its own tests and the output has evolved.
3
+
1
4
// Check that options printed with -help respect whether the driver is invoked
2
5
// as 'swift' or as 'swiftc'.
3
6
You can’t perform that action at this time.
0 commit comments