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
33
44// Also do an end-to-end test to check all components, including IRGen.
55// RUN: %empty-directory(%t)
99// REQUIRES: CPU=arm64 || CPU=x86_64
1010// REQUIRES: swift_in_compiler
1111
12- // REQUIRES: rdar120802375
13-
1412public class C {
1513 var x : Int
1614
You can’t perform that action at this time.
0 commit comments