File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -954,7 +954,7 @@ Driver::buildCompilation(const ToolChain &TC,
954
954
955
955
const bool OnlyOneDependencyFile =
956
956
ArgList->hasFlag (options::OPT_enable_only_one_dependency_file,
957
- options::OPT_disable_only_one_dependency_file, false );
957
+ options::OPT_disable_only_one_dependency_file, true );
958
958
959
959
// relies on the new dependency graph
960
960
const bool EnableFineGrainedDependencies =
Original file line number Diff line number Diff line change 84
84
85
85
// Defaulting to: -enable-only-one-dependency-file
86
86
87
- // RUN: %swiftc_driver -driver-print-output-file-map -target x86_64-apple-macosx10.9 -emit-executable -emit-module -serialize-diagnostics %/s %/S/Inputs/main.swift %/S/Inputs/lib.swift -g -o ./advanced_output_file_map.out -emit-module-path ./OutputFileMap.swiftmodule -module-name OutputFileMap -output-file-map %t/ofm.json 2>&1 | %FileCheck %/s -check-prefix=DUMPOFM-DIS
87
+ // RUN: %swiftc_driver -driver-print-output-file-map -target x86_64-apple-macosx10.9 -emit-executable -emit-module -serialize-diagnostics %/s %/S/Inputs/main.swift %/S/Inputs/lib.swift -g -o ./advanced_output_file_map.out -emit-module-path ./OutputFileMap.swiftmodule -module-name OutputFileMap -output-file-map %t/ofm.json 2>&1 | %FileCheck %/s -check-prefix=DUMPOFM-ENA
88
88
89
89
90
90
// RUN: %empty-directory(%t/d)
91
- // RUN: %swiftc_driver -driver-print-bindings -target x86_64-apple-macosx10.9 -emit-executable -emit-module -serialize-diagnostics -emit-dependencies %/s %/S/Inputs/main.swift %/S/Inputs/lib.swift -g -o ./advanced_output_file_map.out -emit-module-path ./OutputFileMap.swiftmodule -module-name OutputFileMap -output-file-map %t/ofm.json 2>&1 | %FileCheck %/s -check-prefix=BINDINGS-DIS
92
- // Should be no dummy files:
91
+ // RUN: %swiftc_driver -driver-print-bindings -target x86_64-apple-macosx10.9 -emit-executable -emit-module -serialize-diagnostics -emit-dependencies %/s %/S/Inputs/main.swift %/S/Inputs/lib.swift -g -o ./advanced_output_file_map.out -emit-module-path ./OutputFileMap.swiftmodule -module-name OutputFileMap -output-file-map %t/ofm.json 2>&1 | tee /tmp/out | %FileCheck %/s -check-prefix=BINDINGS-ENA
93
92
// RUN: test ! -e %t/d/advanced_output_file_map.d
94
93
// RUN: test -e %t/d/main.d -a ! -s %t/d/main.d
95
94
// RUN: test -e %t/d/lib.d -a ! -s %t/d/lib.d
You can’t perform that action at this time.
0 commit comments