mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Recent changes that eliminated the -sil-serialize-all mode and adding this check to IRGen allow us to get rid of ExternalFunctionDefinitionsElimination and ExternalDefsToDecls passes, which are not needed anymore.
15 lines
533 B
Plaintext
15 lines
533 B
Plaintext
// RUN: %sil-passpipeline-dumper -Onone | %FileCheck %s
|
|
// RUN: %sil-passpipeline-dumper -Onone | python -c 'import json; import sys; json.load(sys.stdin)'
|
|
|
|
// CHECK: [
|
|
// CHECK: [
|
|
// CHECK: "Prespecialization",
|
|
// CHECK-NEXT: ["UsePrespecialized","use-prespecialized"]
|
|
// CHECK: ],
|
|
// CHECK: [
|
|
// CHECK: "Rest of Onone",
|
|
// CHECK-NEXT: ["AssumeSingleThreaded","sil-assume-single-threaded"],
|
|
// CHECK-NEXT: ["SILDebugInfoGenerator","sil-debuginfo-gen"]
|
|
// CHECK: ]
|
|
// CHECK: ]
|