| Index: tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| diff --git a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| index 461e68f1d4c570120ec25a2fca4bbd674729d0d5..4ce11ca1e121020587d10b077adac40ab44ccac5 100644
|
| --- a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| +++ b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
|
| @@ -1,7 +1,8 @@
|
| ; Test of global initializers.
|
|
|
| ; RUN: %llvm2ice --verbose inst %s | FileCheck %s
|
| -; RUN: %llvm2ice --verbose none %s | llvm-mc -x86-asm-syntax=intel
|
| +; RUIN: %llvm2ice --verbose none %s \
|
| +; RUIN: | llvm-mc -arch=x86 -x86-asm-syntax=intel -filetype=obj
|
| ; RUN: %llvm2ice --verbose none %s | FileCheck --check-prefix=ERRORS %s
|
| ; RUN: %llvm2iceinsts %s | %szdiff %s | FileCheck --check-prefix=DUMP %s
|
|
|
|
|