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

Unified Diff: tests_lit/reader_tests/nacl-fake-intrinsic.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 | « tests_lit/reader_tests/insertextract-err.ll ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/reader_tests/nacl-fake-intrinsic.ll
diff --git a/tests_lit/reader_tests/nacl-fake-intrinsic.ll b/tests_lit/reader_tests/nacl-fake-intrinsic.ll
index f4a6604efbf12a02e9a5f87a39cec64f47656ba7..d325383c050a62900201fb4499d46b96e4a82999 100644
--- a/tests_lit/reader_tests/nacl-fake-intrinsic.ll
+++ b/tests_lit/reader_tests/nacl-fake-intrinsic.ll
@@ -4,7 +4,7 @@
; currently because run-llvm2ice.py raises exception on error,
; and output is lost.
; RUN: llvm-as < %s | pnacl-freeze -allow-local-symbol-tables \
-; RUN: | not %llvm2ice -notranslate -verbose=inst -build-on-read \
+; RUN: | not %llvm2ice -notranslate -verbose=inst \
; RUN: -allow-pnacl-reader-error-recovery \
; RUN: -allow-local-symbol-tables \
; RUN: | FileCheck %s
« no previous file with comments | « tests_lit/reader_tests/insertextract-err.ll ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698