Chromium Code Reviews

Unified Diff: tests_lit/reader_tests/phi.ll

Issue 600043002: Clean up run script to use for testing Subzero. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Fixes for rebase from master. Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « tests_lit/reader_tests/nacl-other-intrinsics.ll ('k') | tests_lit/reader_tests/select.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/reader_tests/phi.ll
diff --git a/tests_lit/reader_tests/phi.ll b/tests_lit/reader_tests/phi.ll
index 0186d4c698f4661daab7bdd240fd82dc97a333c7..3799d4b2fccc9678c76ab58b288d072e1b7cfd41 100644
--- a/tests_lit/reader_tests/phi.ll
+++ b/tests_lit/reader_tests/phi.ll
@@ -1,10 +1,6 @@
; Test reading phi instructions.
-; RUN: llvm-as < %s | pnacl-freeze -allow-local-symbol-tables \
-; RUN: | %llvm2ice -notranslate -verbose=inst -build-on-read \
-; RUN: -allow-pnacl-reader-error-recovery \
-; RUN: -allow-local-symbol-tables \
-; RUN: | FileCheck %s
+; RUN: %p2i -i %s --insts | FileCheck %s
; TODO(kschimpf) Add forward reference examples.
« no previous file with comments | « tests_lit/reader_tests/nacl-other-intrinsics.ll ('k') | tests_lit/reader_tests/select.ll » ('j') | no next file with comments »

Powered by Google App Engine