Skip to content

Commit 47c1aa7

Browse files
authored
Merge pull request #20210 from gottesmm/pr-4e5615c56bc43f8315128b04e49229f722bfc513
Fix the build by ensuring that the test only runs if LLVM can compile…
2 parents 8552af0 + 60252dc commit 47c1aa7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/integer_literal.sil

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
// RUN: %swift -target armv7-apple-ios10 -module-name integer_literal %s -gnone -emit-ir | %FileCheck %s
2+
3+
// REQUIRES: CODEGENERATOR=ARM
4+
25
// We use a 32-bit target because it makes the literals smaller.
36

47
sil_stage canonical

0 commit comments

Comments
 (0)