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

Unified Diff: tests_lit/llvm2ice_tests/elf_container.ll

Issue 1776843002: Allow subzero tests to pass without le32-nacl-objdump. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 4 years, 9 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
« tests_lit/lit.cfg ('K') | « tests_lit/lit.cfg ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/elf_container.ll
diff --git a/tests_lit/llvm2ice_tests/elf_container.ll b/tests_lit/llvm2ice_tests/elf_container.ll
index 9464b2e34cd9afb595edcbad1d4c776d0af8b59b..db614265698ae1f236a17dc74c2ad01142bd19ad 100644
--- a/tests_lit/llvm2ice_tests/elf_container.ll
+++ b/tests_lit/llvm2ice_tests/elf_container.ll
@@ -19,7 +19,7 @@
; Add a run that shows relocations in code inline.
; RUN: %p2i -i %s --filetype=obj --output %t --args -O2 --verbose none \
Jim Stichnoth 2016/03/09 14:38:05 Add "--disassemble" before --args (and remove "--v
Sean Klein 2016/03/09 18:27:44 Done.
; RUN: -allow-externally-defined-symbols \
-; RUN: && le32-nacl-objdump -w -d -r -Mintel %t \
+; RUN: && arm-nacl-objdump -w -d -r -Mintel %t \
Jim Stichnoth 2016/03/09 14:38:05 ... and remove this line entirely, because that is
Sean Klein 2016/03/09 18:27:44 Done.
; RUN: | FileCheck --check-prefix=TEXT-RELOCS %s
; Use intrinsics to test external calls.
« tests_lit/lit.cfg ('K') | « tests_lit/lit.cfg ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698