Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(147)

Unified Diff: tests_lit/reader_tests/insertextract-err.ll

Issue 732583002: Subzero: Auto-set -build-on-read=0 for .ll input files. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/llvm2ice.cpp ('k') | tests_lit/reader_tests/nacl-fake-intrinsic.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 5e183bf2a4239038df35527629d14ab7808e04e6..9902c26526f26493b775a57524c8b8def6107536 100644
--- a/tests_lit/reader_tests/insertextract-err.ll
+++ b/tests_lit/reader_tests/insertextract-err.ll
@@ -2,8 +2,7 @@
; 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 \
-; RUN: | not %llvm2ice -notranslate -build-on-read \
+; RUN: llvm-as < %s | pnacl-freeze | not %llvm2ice -notranslate \
; RUN: -allow-pnacl-reader-error-recovery | FileCheck %s
define void @ExtractV4xi1(<4 x i1> %v, i32 %i) {
« no previous file with comments | « src/llvm2ice.cpp ('k') | tests_lit/reader_tests/nacl-fake-intrinsic.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698