Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions test/CAS/Xcc_args.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,15 @@
// RUN: -Xcc -I%t/empty.hmap -module-load-mode prefer-serialized \
// RUN: -file-compilation-dir %t

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shims.cmd
// RUN: %swift_frontend_plain @%t/shims.cmd

Expand Down
9 changes: 9 additions & 0 deletions test/CAS/Xcc_objc_direct.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
// RUN: -file-compilation-dir %t \
// RUN: -I %t/include -module-load-mode prefer-serialized

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shims.cmd
// RUN: %swift_frontend_plain @%t/shims.cmd

Expand Down
10 changes: 10 additions & 0 deletions test/CAS/block-list.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,18 @@
// RUN: -scanner-prefix-map-paths %t /^tmp -I %t/include \
// RUN: %t/main.swift -o %t/deps.json -cache-compile-job -cas-path %t/cas

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json A > %t/A.cmd
// RUN: %swift_frontend_plain @%t/A.cmd

Expand Down
11 changes: 11 additions & 0 deletions test/CAS/bridging-header-prefix-map.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,20 @@
// RUN: %{python} %S/Inputs/SwiftDepsExtractor.py %t/deps-2.json Test casFSRootID > %t/root-2.casid
// RUN: diff %t/root-1.casid %t/root-2.casid

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps-1.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps-1.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps-1.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps-1.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps-1.json bridgingHeader > %t/header.cmd

// RUN: %target-swift-frontend @%t/header.cmd /^header/Bridging.h -disable-implicit-swift-modules -O -o %t/bridging.pch
// RUN: %cache-tool -cas-path %t/cas -cache-tool-action print-output-keys -- \
// RUN: %target-swift-frontend @%t/header.cmd /^header/Bridging.h -disable-implicit-swift-modules -O -o %t/bridging.pch > %t/keys.json
Expand Down
10 changes: 10 additions & 0 deletions test/CAS/cached_diagnostics.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,20 @@
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import \
// RUN: %s -o %t/deps.json -cache-compile-job -cas-path %t/cas -module-load-mode prefer-serialized -scanner-output-dir %t

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json bridgingHeader > %t/header.cmd

// RUN: %target-swift-frontend @%t/header.cmd %S/Inputs/objc.h -disable-implicit-swift-modules -O -o %t/objc.pch 2>&1 | %FileCheck %s -check-prefix CHECK-BRIDGE
// RUN: %cache-tool -cas-path %t/cas -cache-tool-action print-output-keys -- \
// RUN: %target-swift-frontend @%t/header.cmd %S/Inputs/objc.h -disable-implicit-swift-modules -O -o %t/objc.pch > %t/keys.json
Expand Down
10 changes: 10 additions & 0 deletions test/CAS/cached_diagnostics_macro.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@
// RUN: %cache-tool -cas-path %t/cas -cache-tool-action print-include-tree-list @%t/fs.casid | %FileCheck %s --check-prefix=FS

// FS: MacroDefinition

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/SwiftShims.cmd
// RUN: %swift_frontend_plain @%t/SwiftShims.cmd

Expand Down
9 changes: 9 additions & 0 deletions test/CAS/cached_diagnostics_pcm.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,15 @@
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import \
// RUN: %t/test.swift -o %t/deps.json -cache-compile-job -cas-path %t/cas -module-load-mode prefer-serialized

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

Expand Down
10 changes: 10 additions & 0 deletions test/CAS/coverage-dir.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,18 @@
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import \
// RUN: %t/main.swift -o %t/deps.json -cache-compile-job -cas-path %t/cas -profile-coverage-mapping -profile-generate

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json A > %t/A.cmd
// RUN: %swift_frontend_plain @%t/A.cmd

Expand Down
10 changes: 10 additions & 0 deletions test/CAS/cross_import.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,18 @@
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import -O \
// RUN: -o %t/deps.json -I %t -cache-compile-job -cas-path %t/cas -swift-version 5 -enable-cross-import-overlays -module-load-mode prefer-serialized

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:C > %t/C.cmd
// RUN: %swift_frontend_plain @%t/C.cmd

Expand Down
10 changes: 10 additions & 0 deletions test/CAS/macro_deps.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@
// APP-DEPS: MacroTwo

/// Build all dependencies.

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/SwiftShims.cmd
// RUN: %swift_frontend_plain @%t/SwiftShims.cmd

Expand Down
9 changes: 9 additions & 0 deletions test/CAS/macro_option_set.swift
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,15 @@

// FS: SwiftMacros

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/SwiftShims.cmd
// RUN: %swift_frontend_plain @%t/SwiftShims.cmd

Expand Down
9 changes: 9 additions & 0 deletions test/CAS/macro_plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@

// FS: MacroDefinition

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/SwiftShims.cmd
// RUN: %swift_frontend_plain @%t/SwiftShims.cmd

Expand Down
18 changes: 18 additions & 0 deletions test/CAS/macro_plugin_external.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,15 @@

// FS: MacroDefinition

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/SwiftShims.cmd
// RUN: %swift_frontend_plain @%t/SwiftShims.cmd

Expand All @@ -59,6 +68,15 @@
/// CASFS is remapped.
// FS-REMAP: /^test/plugins/[[LIB]]

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps2.json clang:SAL > %t/sal2.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/sal2.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps2.json clang:vcruntime > %t/vcruntime2.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime2.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps2.json clang:_Builtin_stdint > %t/_Builtin_stdint2.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint2.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps2.json clang:SwiftShims > %t/SwiftShims2.cmd
// RUN: %swift_frontend_plain @%t/SwiftShims2.cmd

Expand Down
9 changes: 9 additions & 0 deletions test/CAS/opt-record.swift
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,15 @@
// RUN: -disable-implicit-string-processing-module-import -disable-implicit-concurrency-module-import \
// RUN: %s -o %t/deps.json -swift-version 5 -cache-compile-job -cas-path %t/cas

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/../CAS/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

Expand Down
11 changes: 11 additions & 0 deletions test/CAS/reproducer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,21 @@
// RUN: -import-objc-header %t/Bridging.h -scanner-output-dir %t -auto-bridging-header-chaining -scanner-debug-write-output \
// RUN: %t/test.swift %t/foo.swift -I %t/include -o %t/deps.json -cache-compile-job -cas-path %t/cas

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/../CAS/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:Dummy > %t/dummy.cmd
// RUN: %swift_frontend_plain @%t/dummy.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json Simple > %t/simple.cmd
// RUN: %swift_frontend_plain @%t/simple.cmd

Expand Down
10 changes: 10 additions & 0 deletions test/CAS/uncached-casfs.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,18 @@
// RUN: -import-objc-header %t/base/Bridging.h -scanner-output-dir %t -auto-bridging-header-chaining -scanner-debug-write-output \
// RUN: %t/base/test.swift %t/base/foo.swift -I %t/include -o %t/deps.json -cache-compile-job -cas-path %t/cas

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:SAL > %t/SAL.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/SAL.cmd %}

// RUN: %if OS=windows-msvc %{ %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:vcruntime > %t/vcruntime.cmd %}
// RUN: %if OS=windows-msvc %{ %swift_frontend_plain @%t/vcruntime.cmd %}

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:_Builtin_stdint > %t/_Builtin_stdint.cmd
// RUN: %swift_frontend_plain @%t/_Builtin_stdint.cmd

// RUN: %{python} %S/../CAS/Inputs/BuildCommandExtractor.py %t/deps.json clang:SwiftShims > %t/shim.cmd
// RUN: %swift_frontend_plain @%t/shim.cmd

// RUN: %{python} %S/Inputs/BuildCommandExtractor.py %t/deps.json clang:Dummy > %t/dummy.cmd
// RUN: %swift_frontend_plain @%t/dummy.cmd

Expand Down