mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-24 06:27:56 +00:00
Removed the support for pool allocation testing. This will be in a separate TEST file
llvm-svn: 7664
This commit is contained in:
parent
9c8d0b55e0
commit
9f8c5e3245
@ -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…
x
Reference in New Issue
Block a user