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

Unified Diff: tests_lit/llvm2ice_tests/asm-verbose.ll

Issue 1356953003: Subzero: Enable the asm-verbose.ll test for ARM32. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Created 5 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests_lit/llvm2ice_tests/asm-verbose.ll
diff --git a/tests_lit/llvm2ice_tests/asm-verbose.ll b/tests_lit/llvm2ice_tests/asm-verbose.ll
index 37ac588d1c35d7690e6ef25120cae3c7985d9ba1..176e90ab7aa985f34574114226123c8e873b80f7 100644
--- a/tests_lit/llvm2ice_tests/asm-verbose.ll
+++ b/tests_lit/llvm2ice_tests/asm-verbose.ll
@@ -4,11 +4,11 @@
; REQUIRES: allow_dump
; RUN: %p2i --target x8632 -i %s --filetype=asm --args -O2 -asm-verbose \
; RUN: | FileCheck %s
-; TODO(stichnot,jpp): Enable for x8664 and arm32.
+; TODO(stichnot,jpp): Enable for x8664.
; RUIN: %p2i --target x8664 -i %s --filetype=asm --args -O2 -asm-verbose \
; RUIN: | FileCheck %s
-; RUIN: %p2i --target arm32 -i %s --filetype=asm --args -O2 -asm-verbose \
-; RUIN: | FileCheck %s
+; RUN: %p2i --target arm32 -i %s --filetype=asm --args -O2 -asm-verbose \
+; RUN: | FileCheck %s
define i32 @single_bb(i32 %arg0, i32 %arg1, i32 %arg2, i32 %arg3, i32 %arg4, i32 %arg5, i32 %arg6, i32 %arg7) {
b1:
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698