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

Unified Diff: tests_lit/llvm2ice_tests/arith-opt.ll

Issue 914263005: Subzero: switch from llvm-objdump to objdump for lit tests (for LLVM merge) (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: backup... 9 to go 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
Index: tests_lit/llvm2ice_tests/arith-opt.ll
diff --git a/tests_lit/llvm2ice_tests/arith-opt.ll b/tests_lit/llvm2ice_tests/arith-opt.ll
index 2e5343ed85038868eda767d8fb72fa7b41937ea4..3b201dea51c185e5efd631694ea618bcee591c30 100644
--- a/tests_lit/llvm2ice_tests/arith-opt.ll
+++ b/tests_lit/llvm2ice_tests/arith-opt.ll
@@ -117,4 +117,4 @@ entry:
ret i64 %mul
}
; CHECK-LABEL: MulImm
-; CHECK-NOT: mul {{[0-9]+}}
+; CHECK-NOT: mul 0x{{[0-9]+}}

Powered by Google App Engine
This is Rietveld 408576698