mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 17:32:59 +00:00
Removed the support for pool allocation testing. This will be in a separate TEST file
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7664 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d105a8707a
commit
1a737c8366
@ -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
Block a user