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.
swift-build-modules
1 parent f092709 commit 2a7d500Copy full SHA for 2a7d500
test/CAS/coverage-dir.swift
@@ -5,10 +5,8 @@
5
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import \
6
// RUN: %t/main.swift -o %t/deps.json -cache-compile-job -cas-path %t/cas -profile-coverage-mapping -profile-generate
7
8
-// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
9
-// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json A > %t/A.cmd
+// RUN: %{python} %S/../../utils/swift-build-modules.py --cas %t/cas %swift_frontend_plain %t/deps.json -o %t/A.cmd
10
11
-// RUN: %FileCheck %s --input-file=%t/shim.cmd
12
// RUN: %FileCheck %s --input-file=%t/A.cmd
13
14
// CHECK: -direct-clang-cc1-module-build
0 commit comments