Skip to content

Commit 110041b

Browse files
Merge pull request #77286 from jckarter/builtin-vector-test-llvm-rebranch
Change IRGen test to use -emit-irgen so that LLVM canonicalizations don't affect test expectations.
2 parents bfd3584 + a93abc7 commit 110041b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/IRGen/builtin_vector_fixed_array.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %target-swift-frontend -emit-ir -disable-availability-checking -enable-experimental-feature ValueGenerics -enable-experimental-feature BuiltinModule %s | %FileCheck %s
1+
// RUN: %target-swift-frontend -emit-irgen -disable-availability-checking -enable-experimental-feature ValueGenerics -enable-experimental-feature BuiltinModule %s | %FileCheck %s
22
import Builtin
33
import Swift
44

0 commit comments

Comments
 (0)