| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 3d61754d86b1d6f40ac7268026ed322bb401f9a0..88071dba3404c7804a1a08d1a646a70275573a6a 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -328,7 +328,9 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
|
| -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,test_stacksave
|
| + -i arm32,native,neon,Om1,mem_intrin \
|
| + -i arm32,native,neon,Om1,test_stacksave \
|
| + -i arm32,native,neon,Om1,test_strengthreduce
|
| PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
|
| $(LLVM_SRC_PATH)/utils/lit/lit.py -sv crosstest/Output
|
| endif
|
|
|