| Index: tests_lit/parse_errs/insertextract-err.ll
|
| diff --git a/tests_lit/parse_errs/insertextract-err.ll b/tests_lit/parse_errs/insertextract-err.ll
|
| index 560446a5f1e4adfc46fc6f74cdb19f0503e1ac8b..7c2c1f8714279bda7d8a7126b7aa034f7b645d65 100644
|
| --- a/tests_lit/parse_errs/insertextract-err.ll
|
| +++ b/tests_lit/parse_errs/insertextract-err.ll
|
| @@ -4,12 +4,14 @@
|
| ; RUN: | %if --need=allow_dump --command pnacl-freeze \
|
| ; RUN: | %if --need=allow_dump --command not %pnacl_sz -notranslate \
|
| ; RUN: -build-on-read -allow-pnacl-reader-error-recovery \
|
| +; RUN: -filetype=obj -o /dev/null \
|
| ; RUN: | %if --need=allow_dump --command FileCheck %s
|
|
|
| ; RUN: %if --need=no_dump --command llvm-as < %s \
|
| ; RUN: | %if --need=no_dump --command pnacl-freeze \
|
| ; RUN: | %if --need=no_dump --command not %pnacl_sz -notranslate \
|
| ; RUN: -build-on-read -allow-pnacl-reader-error-recovery \
|
| +; RUN: -filetype=obj -o /dev/null \
|
| ; RUN: | %if --need=no_dump --command FileCheck %s --check-prefix=MIN
|
|
|
| define void @ExtractV4xi1(<4 x i1> %v, i32 %i) {
|
|
|