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

Unified Diff: tests_lit/llvm2ice_tests/unnamed.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: Fix nits. Created 6 years, 3 months 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
Index: tests_lit/llvm2ice_tests/unnamed.ll
diff --git a/tests_lit/llvm2ice_tests/unnamed.ll b/tests_lit/llvm2ice_tests/unnamed.ll
index 8b623ab6850fd491ee91037972d7e8eb74cfda98..13879dc04c5254a083a657c317ce9cfc80b01999 100644
--- a/tests_lit/llvm2ice_tests/unnamed.ll
+++ b/tests_lit/llvm2ice_tests/unnamed.ll
@@ -1,9 +1,9 @@
; Tests that we name unnamed global addresses.
-; RUN: %llvm2ice -notranslate -verbose=inst < %s | FileCheck %s
+; RUN: %p2i -i %s --args -notranslate -verbose=inst | FileCheck %s
jvoung (off chromium) 2014/09/24 20:35:19 is this the same as --insts ?
Karl 2014/09/24 21:01:22 Yes. Fixed.
-; RUN: %llvm2ice -notranslate -verbose=inst -default-function-prefix=h \
-; RUN: -default-global-prefix=g < %s | FileCheck --check-prefix=BAD %s
+; RUN: %p2i -i %s --insts --args -default-function-prefix=h \
+; RUN: -default-global-prefix=g | FileCheck --check-prefix=BAD %s
@0 = internal global [4 x i8] zeroinitializer, align 4

Powered by Google App Engine
This is Rietveld 408576698