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 7878// COMPLEX-DAG: -F /path/to/frameworks -Fsystem /path/to/systemframeworks -F /path/to/more/frameworks
7979// COMPLEX-DAG: -I /path/to/headers -I path/to/more/headers
8080// 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
8282// COMPLEX: -o {{.+}}.o
8383
8484
Original file line number Diff line number Diff line change 11// RUN: %swiftc_driver -update-code -migrate-keep-objc-visibility -### %s 2>&1 | %FileCheck -check-prefix=CHECK-KEEP-OBJC %s
22
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+
14// Check that options printed with -help respect whether the driver is invoked
25// as 'swift' or as 'swiftc'.
36
You can’t perform that action at this time.
0 commit comments