| Index: tests_lit/parse_errs/nacl-fake-intrinsic.ll
|
| diff --git a/tests_lit/parse_errs/nacl-fake-intrinsic.ll b/tests_lit/parse_errs/nacl-fake-intrinsic.ll
|
| index ba31eabf52cdfb02756e379cad5efce036f927bd..cef88d7e04a2239439b2e570e6996db56648815e 100644
|
| --- a/tests_lit/parse_errs/nacl-fake-intrinsic.ll
|
| +++ b/tests_lit/parse_errs/nacl-fake-intrinsic.ll
|
| @@ -10,6 +10,7 @@
|
| ; RUN: -verbose=inst -build-on-read \
|
| ; RUN: -allow-pnacl-reader-error-recovery \
|
| ; RUN: -allow-local-symbol-tables \
|
| +; RUN: -filetype=obj -o /dev/null \
|
| ; RUN: | %if --need=allow_dump --command FileCheck %s
|
|
|
| ; RUN: %if --need=no_dump --command llvm-as < %s \
|
| @@ -19,6 +20,7 @@
|
| ; RUN: -verbose=inst -build-on-read \
|
| ; RUN: -allow-pnacl-reader-error-recovery \
|
| ; RUN: -allow-local-symbol-tables \
|
| +; RUN: -filetype=obj -o /dev/null \
|
| ; RUN: | %if --need=no_dump --command FileCheck %s --check-prefix=MIN
|
|
|
| declare i32 @llvm.fake.i32(i32)
|
|
|