projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc5c1bb
)
Actually link in all the analysis passes.
author
Reid Spencer
<rspencer@reidspencer.com>
Mon, 18 Oct 2004 03:22:48 +0000
(
03:22
+0000)
committer
Reid Spencer
<rspencer@reidspencer.com>
Mon, 18 Oct 2004 03:22:48 +0000
(
03:22
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17112
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/llvm-db/Makefile.am
patch
|
blob
|
history
diff --git
a/tools/llvm-db/Makefile.am
b/tools/llvm-db/Makefile.am
index 42d7d418de78299c4be40a673ac290051f0cc57e..36bfdc46a6149601164bb229a2d7244fad369a73 100644
(file)
--- a/
tools/llvm-db/Makefile.am
+++ b/
tools/llvm-db/Makefile.am
@@
-38,10
+38,10
@@
endif
# What the Sparc JIT requires
ifdef ENABLE_SPARC_JIT
- CPPFLAGS += -DENABLE_SPARC_JIT
- THEOBJS += SparcV9 SparcV9InstrSched SparcV9LiveVar SparcV9RegAlloc
- THEOBJS += ProfilePaths BCWriter
- THELIBS += Instrument Transforms IPO IPA DataStructure
+
#
CPPFLAGS += -DENABLE_SPARC_JIT
+
#
THEOBJS += SparcV9 SparcV9InstrSched SparcV9LiveVar SparcV9RegAlloc
+
#
THEOBJS += ProfilePaths BCWriter
+
#
THELIBS += Instrument Transforms IPO IPA DataStructure
endif
llvm_db_LDADD = \