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

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

Issue 952993006: Omit textual emitConstPool in MINIMAL build. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: line wrap 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/globalinit.pnacl.ll » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/fpconst.pnacl.ll
diff --git a/tests_lit/llvm2ice_tests/fpconst.pnacl.ll b/tests_lit/llvm2ice_tests/fpconst.pnacl.ll
index 5716ed66f518c101798612c5508193a93e8b7217..80c6f9fbadc767a1fd7498b9a62d99641d203928 100644
--- a/tests_lit/llvm2ice_tests/fpconst.pnacl.ll
+++ b/tests_lit/llvm2ice_tests/fpconst.pnacl.ll
@@ -6,10 +6,17 @@
; number in a reasonable number of digits". See
; http://llvm.org/docs/LangRef.html#simple-constants .
-; RUN: %p2i --assemble --disassemble --dis-flags=-s -i %s --args -O2 \
-; RUN: --verbose none | FileCheck %s
-; RUN: %p2i --assemble --disassemble --dis-flags=-s -i %s --args -Om1 \
-; RUN: --verbose none | FileCheck %s
+; RUN: %p2i --assemble --disassemble --filetype=obj --dis-flags=-s \
+; RUN: -i %s --args -O2 --verbose none | FileCheck %s
+; RUN: %p2i --assemble --disassemble --filetype=obj --dis-flags=-s \
+; RUN: -i %s --args -Om1 --verbose none | FileCheck %s
+
+; RUN: %if --need allow_dump --command %p2i --assemble --disassemble \
+; RUN: --dis-flags=-s -i %s --args -O2 --verbose none \
+; RUN: | %if --need allow_dump --command FileCheck %s
+; RUN: %if --need allow_dump --command %p2i --assemble --disassemble \
+; RUN: --dis-flags=-s -i %s --args -Om1 --verbose none \
+; RUN: | %if --need allow_dump --command FileCheck %s
@__init_array_start = internal constant [0 x i8] zeroinitializer, align 4
@__fini_array_start = internal constant [0 x i8] zeroinitializer, align 4
« no previous file with comments | « tests_lit/llvm2ice_tests/elf_nodata.ll ('k') | tests_lit/llvm2ice_tests/globalinit.pnacl.ll » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698