diff options
author | Chris Lattner <sabre@nondot.org> | 2002-11-19 21:57:18 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-11-19 21:57:18 +0000 |
commit | 8437f4a7e49de39a3c53d7cdb916572cb97f41e4 (patch) | |
tree | ddb9e40404faa5e84952652b2fd0a430779fee33 /test/Makefile.tests | |
parent | 1c9985067bfedc219c1a6128bfc703cf3894b866 (diff) |
Add support for bugpoint
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4768 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r-- | test/Makefile.tests | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests index e7fa6a2c50..b5299faa3f 100644 --- a/test/Makefile.tests +++ b/test/Makefile.tests @@ -44,6 +44,7 @@ LOPT = $(TOOLS)/opt LLINK = $(TOOLS)/link LANALYZE = $(TOOLS)/analyze LJELLO = $(TOOLS)/jello +LBUGPOINT= $(TOOLS)/bugpoint LCCFLAGS += -O2 -Wall LLCFLAGS = |