Skip to content

Commit

Permalink
Removed the support for pool allocation testing. This will be in a se…
Browse files Browse the repository at this point in the history
…parate TEST file

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@7664 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
Sumant Kowshik committed Aug 7, 2003
1 parent d105a87 commit 1a737c8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions test/Makefile.tests
Original file line number Diff line number Diff line change
Expand Up @@ -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::
Expand Down

0 comments on commit 1a737c8

Please sign in to comment.