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

Unified Diff: tests_lit/llvm2ice_tests/globalinit.pnacl.ll

Issue 920953002: Subzero: Use -filetype instead of -ias and -elf-writer. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Explicitly set the output file type for unit tests Created 5 years, 10 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
« no previous file with comments | « tests_lit/llvm2ice_tests/elf_nodata.ll ('k') | tests_lit/llvm2ice_tests/nop-insertion.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/globalinit.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
index 68fa1448231185641e2ce0d0f81f5fe518522643..2d5e5ceccdb78eade7c63c141b2098f694938048 100644
--- a/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/globalinit.pnacl.ll
@@ -2,10 +2,12 @@
; REQUIRES: allow_dump
-; Test -ias=0 to test the lea "hack" until we are fully confident in -ias=1
-; RUN: %p2i -i %s --args --verbose none -ias=0 | FileCheck %s
+; Test -filetype=asm to test the lea "hack" until we are fully confident
+; in -filetype=iasm .
+; RUN: %p2i -i %s --args --verbose none -filetype=asm | FileCheck %s
-; Test -ias=1 and try to cross reference instructions w/ the symbol table.
+; Test -filetype=iasm and try to cross reference instructions w/ the
+; symbol table.
; RUN: %p2i -i %s --args --verbose none \
; RUN: | llvm-mc -triple=i686-none-nacl -filetype=obj \
; RUN: | llvm-objdump -d -r --symbolize -x86-asm-syntax=intel - \
« no previous file with comments | « tests_lit/llvm2ice_tests/elf_nodata.ll ('k') | tests_lit/llvm2ice_tests/nop-insertion.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698