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 |