| Index: tests_lit/reader_tests/insertextract-err.ll
|
| diff --git a/tests_lit/reader_tests/insertextract-err.ll b/tests_lit/reader_tests/insertextract-err.ll
|
| index 9902c26526f26493b775a57524c8b8def6107536..e3f9b72935e7a989be375b6ab0a9b767669450c8 100644
|
| --- a/tests_lit/reader_tests/insertextract-err.ll
|
| +++ b/tests_lit/reader_tests/insertextract-err.ll
|
| @@ -2,7 +2,9 @@
|
| ; errors when malformed. Note: We can only test literal indexing since
|
| ; llvm-as will not allow other bad forms of these instructions.
|
|
|
| -; RUN: llvm-as < %s | pnacl-freeze | not %llvm2ice -notranslate \
|
| +; REQUIRES: allow_dump
|
| +; RUN: llvm-as < %s | pnacl-freeze \
|
| +; RUN: | not %llvm2ice -notranslate -build-on-read \
|
| ; RUN: -allow-pnacl-reader-error-recovery | FileCheck %s
|
|
|
| define void @ExtractV4xi1(<4 x i1> %v, i32 %i) {
|
|
|