Index: Makefile.standalone |
diff --git a/Makefile.standalone b/Makefile.standalone |
index 83eddac134372dfb2f8ae40525e17393b08b5885..3d61754d86b1d6f40ac7268026ed322bb401f9a0 100644 |
--- a/Makefile.standalone |
+++ b/Makefile.standalone |
@@ -327,7 +327,8 @@ 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,simple_loop \ |
+ -i arm32,native,neon,Om1,test_stacksave |
PNACL_BIN_PATH=$(PNACL_BIN_PATH) \ |
$(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output |
endif |