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

Unified Diff: Makefile.standalone

Issue 1223133007: Factor out prelowerPhi for 32-bit targets. Disable adv phi lowering for ARM. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: fill in wqthe random test case for more undef stuff Created 5 years, 5 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 | src/IceClFlags.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 0d0bad26311e633a704daaf6a39a293c70e25cb5..47afc8b0bfc4dc0158fee24375cdbe41fbf12f18 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -328,10 +328,10 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
--toolchain-root $(TOOLCHAIN_ROOT) \
-i x8632,native,sse2 -i x8632,native,sse4.1,test_vector_ops \
-i x8632,sandbox,sse4.1,Om1 \
- -i arm32,native,neon,Om1,simple_loop \
- -i arm32,native,neon,Om1,mem_intrin \
- -i arm32,native,neon,Om1,test_stacksave \
- -i arm32,native,neon,Om1,test_strengthreduce
+ -i arm32,native,neon,simple_loop \
+ -i arm32,native,neon,mem_intrin \
+ -i arm32,native,neon,test_stacksave \
+ -i arm32,native,neon,test_strengthreduce
PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output
endif
« no previous file with comments | « no previous file | src/IceClFlags.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698