File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %target-swift-frontend -swift-version 4 -enforce-exclusivity=checked %s -emit-ir | %FileCheck %s --check-prefix=CHECK
2
2
3
+ sil_stage canonical
4
+
3
5
import Builtin
4
6
import Swift
5
7
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -disable-sil-ownership-verifier - Xllvm -sil-full-demangle -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_invalid_loc %s | %FileCheck %s
1
+ // RUN: %target-swift-frontend -Xllvm -sil-full-demangle -profile-generate -profile-coverage-mapping -emit-sorted-sil -emit-sil -module-name coverage_invalid_loc %s | %FileCheck %s
2
2
// RUN: %target-swift-frontend -profile-generate -profile-coverage-mapping -emit-ir %s
3
3
4
4
// The implicit tuple and array exprs formed to call `dynamicallyCall`
You can’t perform that action at this time.
0 commit comments