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

Unified Diff: Makefile.standalone

Issue 1683243003: ARM32 Vector lowering - scalarize select (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Enable test_select crosstest Created 4 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 | « no previous file | src/IceTargetLowering.h » ('j') | src/IceTargetLowering.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Makefile.standalone
diff --git a/Makefile.standalone b/Makefile.standalone
index 4fbe9ea3712d5118be4c823f5538eccc837c02f3..e93c0e6a3a0908a9c0101a931a5134dd3ef3cae7 100644
--- a/Makefile.standalone
+++ b/Makefile.standalone
@@ -449,7 +449,7 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
-i arm32,neon \
-e arm32,nonsfi \
-e arm32,neon,test_vector_ops \
- -e arm32,neon,test_select
+ -i arm32,neon,test_select
Jim Stichnoth 2016/02/11 15:26:07 Nice! You should be able to just remove this line
Eric Holk 2016/02/11 19:17:23 Ok. I removed this line, and I'll go looking for t
PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv $(CHECK_XTEST_TESTS)
endif
« no previous file with comments | « no previous file | src/IceTargetLowering.h » ('j') | src/IceTargetLowering.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698