| Index: tests_lit/llvm2ice_tests/vector-arith.ll
|
| diff --git a/tests_lit/llvm2ice_tests/vector-arith.ll b/tests_lit/llvm2ice_tests/vector-arith.ll
|
| index e093f97b054385c5bafaeead8845293488a39e74..37038ba2d16951f16da90d153d404cbb5d0d0309 100644
|
| --- a/tests_lit/llvm2ice_tests/vector-arith.ll
|
| +++ b/tests_lit/llvm2ice_tests/vector-arith.ll
|
| @@ -7,13 +7,13 @@
|
| ; RUN: %llvm2ice -Om1 -mattr=sse4.1 --verbose none %s \
|
| ; RUN: | FileCheck %s --check-prefix=SSE41
|
| ; RUN: %llvm2ice -O2 --verbose none %s \
|
| -; RUN: | llvm-mc -arch=x86 -x86-asm-syntax=intel -filetype=obj
|
| +; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj
|
| ; RUN: %llvm2ice -Om1 --verbose none %s \
|
| -; RUN: | llvm-mc -arch=x86 -x86-asm-syntax=intel -filetype=obj
|
| +; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj
|
| ; RUN: %llvm2ice -O2 -mattr=sse4.1 --verbose none %s \
|
| -; RUN: | llvm-mc -arch=x86 -x86-asm-syntax=intel -filetype=obj
|
| +; RUN: | llvm-mc -triple=i686-none-nacl -x86-asm-syntax=intel -filetype=obj
|
| ; RUN: %llvm2ice -Om1 -mattr=sse4.1 --verbose none %s \
|
| -; RUN: | llvm-mc -arch=x86 -x86-asm-syntax=intel -filetype=obj
|
| +; RUN: | llvm-mc -triple=i686-none-nacl -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
|
| ; RUN: %llvm2iceinsts --pnacl %s | %szdiff %s \
|
|
|