| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index cd1d414b22c6e7daa45e8412355aecde1a01dfe6..d4c64905006c66bc4e02afcf24b5f42fa01dad95 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -271,6 +271,7 @@ SRCS = \
|
| IceIntrinsics.cpp \
|
| IceLiveness.cpp \
|
| IceLoopAnalyzer.cpp \
|
| + IceMangling.cpp \
|
| IceMemory.cpp \
|
| IceOperand.cpp \
|
| IceRegAlloc.cpp \
|
| @@ -540,7 +541,7 @@ check-presubmit presubmit:
|
| DEBUG=1 CHECK_X86_ASM=1 check-unit sb
|
| # Run lit tests, cross tests, unit tests, and spec2k/x86-32.
|
| +make -f Makefile.standalone \
|
| - check check-spec sb
|
| + check check-spec
|
| # Run spec2k/x86-64.
|
| +make -f Makefile.standalone \
|
| TARGET=x8664 check-spec
|
|
|