File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-sil | %FileCheck %s
2
- // RUN: %target-swift-frontend -parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-ir | %FileCheck %s -check-prefix=CHECK-LLVM
1
+ // RUN: %target-swift-frontend -target %target-future-triple - parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-sil | %FileCheck %s
2
+ // RUN: %target-swift-frontend -target %target-future-triple - parse-as-library %s -O -sil-verify-all -Xllvm -sil-disable-pass=FunctionSignatureOpts -module-name=test -emit-ir | %FileCheck %s -check-prefix=CHECK-LLVM
3
3
4
4
// Also do an end-to-end test to check all components, including IRGen.
5
5
// RUN: %empty-directory(%t)
9
9
// REQUIRES: CPU=arm64 || CPU=x86_64
10
10
// REQUIRES: swift_in_compiler
11
11
12
- // REQUIRES: rdar120802375
13
-
14
12
public class C {
15
13
var x : Int
16
14
You can’t perform that action at this time.
0 commit comments