Skip to content

Commit ea49d47

Browse files
Specify triple for llc test
1 parent daa1820 commit ea49d47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

llvm/test/CodeGen/X86/jump-table-partition.ll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
; Stop after 'finalize-isel' for simpler MIR, and lower the minimum number of
55
; jump table entries so 'switch' needs fewer cases to generate a jump table.
6-
; RUN: llc -stop-after=finalize-isel -min-jump-table-entries=2 %s -o %t.mir
7-
; RUN: llc --run-pass=static-data-splitter -stats -x mir %t.mir -o - 2>&1 | FileCheck %s --check-prefix=STAT
6+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -stop-after=finalize-isel -min-jump-table-entries=2 %s -o %t.mir
7+
; RUN: llc -mtriple=x86_64-unknown-linux-gnu --run-pass=static-data-splitter -stats -x mir %t.mir -o - 2>&1 | FileCheck %s --check-prefix=STAT
88

99
; Tests stat messages are expected.
1010
; COM: Update test to verify section suffixes when target-lowering and assembler changes are implemented.

0 commit comments

Comments
 (0)