| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index 12e047f0d24c9c416efaa408520b6b496ad6e5e1..bd18f32dbb8e7f222744380a7c10c7d3e01764bb 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -269,6 +269,7 @@ SRCS = \
|
| IceIntrinsics.cpp \
|
| IceLiveness.cpp \
|
| IceLoopAnalyzer.cpp \
|
| + IceMemory.cpp \
|
| IceOperand.cpp \
|
| IceRegAlloc.cpp \
|
| IceRNG.cpp \
|
| @@ -450,8 +451,7 @@ check-xtest: $(OBJDIR)/pnacl-sz make_symlink runtime
|
| -i x8664,native,sse4.1,test_vector_ops \
|
| -i x8664,sandbox,sse4.1,Om1 \
|
| -i arm32 \
|
| - -e arm32,sandbox,hwdiv-arm \
|
| - -e arm32,neon,test_vector_ops
|
| + -e arm32,sandbox,hwdiv-arm
|
| PNACL_BIN_PATH=$(PNACL_BIN_PATH) \
|
| $(LLVM_SRC_PATH)/utils/lit/lit.py -sv $(CHECK_XTEST_TESTS)
|
| endif
|
|
|