| Index: Makefile.standalone
|
| diff --git a/Makefile.standalone b/Makefile.standalone
|
| index ccb202e5c5c26e8150a54fcf2e24f44e01c26776..cbbe458db9bb7a2d3457a5e9fc10339a38081030 100644
|
| --- a/Makefile.standalone
|
| +++ b/Makefile.standalone
|
| @@ -175,7 +175,6 @@ SB_LDFLAGS := $(LINKOPTLEVEL) $(LD_EXTRA)
|
|
|
| SRCS = \
|
| IceAssembler.cpp \
|
| - IceAssemblerX8664.cpp \
|
| IceBrowserCompileServer.cpp \
|
| IceCfg.cpp \
|
| IceCfgNode.cpp \
|
| @@ -220,6 +219,7 @@ SB_OBJS=$(patsubst %.cpp, $(SB_OBJDIR)/%.o, $(SRCS))
|
| UNITTEST_SRCS = \
|
| BitcodeMunge.cpp \
|
| IceAssemblerX8632Test.cpp \
|
| + IceAssemblerX8664Test.cpp \
|
| IceELFSectionTest.cpp \
|
| IceParseInstsTest.cpp
|
|
|
|
|