forked from OSchip/llvm-project
Fix broken testcase from r242358.
The testcase failed on non X86 targets, because I forgot to pass the '-march=x86-64' option into llc for one of the X86 specific tests. llvm-svn: 242370
This commit is contained in:
parent
024d91a00b
commit
e2041b68b1
|
@ -1,4 +1,4 @@
|
|||
# RUN: llc -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
|
||||
# RUN: llc -march=x86-64 -start-after branch-folder -stop-after branch-folder -o /dev/null %s | FileCheck %s
|
||||
# This test ensures that the MIR parser parses the jump table info and jump
|
||||
# table operands correctly.
|
||||
|
||||
|
|
Loading…
Reference in New Issue