forked from OSchip/llvm-project
Removed the support for pool allocation testing. This will be in a separate TEST file
llvm-svn: 7664
This commit is contained in:
parent
db64829787
commit
43ecb4829d
|
@ -77,15 +77,6 @@ ifeq ($(TRACEM), yes)
|
|||
TRACELIBS := -L$(LEVEL)/test/Libraries/Output -linstr.$(ARCH)
|
||||
endif
|
||||
|
||||
POOLFLAGS =
|
||||
DOPOOLALLOC =
|
||||
## If POOLALLOC is "yes", set the opt flag and the POOLLIBS varoab;e
|
||||
ifeq ($(POOLALLOC), yes)
|
||||
POOLFLAGS += -poolalloc
|
||||
DOPOOLALLOC = yes
|
||||
POOLLIBS := -L$(LEVEL)/test/Libraries/Output
|
||||
endif
|
||||
|
||||
LLCLIBS := $(LLCLIBS) -lm
|
||||
|
||||
clean::
|
||||
|
|
Loading…
Reference in New Issue