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

Unified Diff: tests_lit/llvm2ice_tests/loop-nest-depth.ll

Issue 1531623007: Add option to force filetype=asm for testing (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review fixes. Tighter ABI checks. Created 4 years, 11 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/loop-nest-depth.ll
diff --git a/tests_lit/llvm2ice_tests/loop-nest-depth.ll b/tests_lit/llvm2ice_tests/loop-nest-depth.ll
index a899e50c0f263dbaf43d7f5f7b9a9ea8c512adca..f6f83603a535bfed350dd34a77cd56ff9d26151b 100644
--- a/tests_lit/llvm2ice_tests/loop-nest-depth.ll
+++ b/tests_lit/llvm2ice_tests/loop-nest-depth.ll
@@ -3,7 +3,7 @@
; REQUIRES: allow_dump
; Single threaded so that the dumps used for checking happen in order
-; RUN: %p2i --filetype=obj --disassemble -i %s --args -O2 --verbose=loop \
+; RUN: %p2i --filetype=asm -i %s --args -O2 --verbose=loop \
Jim Stichnoth 2016/01/12 14:54:03 Add a comment as to why it's filetype=asm? I thin
sehr 2016/01/12 19:01:19 Done.
; RUN: --threads=0 | FileCheck %s
define internal void @test_single_loop(i32 %a32) {

Powered by Google App Engine
This is Rietveld 408576698