diff options
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 = |