diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2004-10-18 03:22:48 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2004-10-18 03:22:48 +0000 |
commit | 7b32daa4c19c7bdd1fb82f8a77cafb1f83258772 (patch) | |
tree | bd6a2a54e188294dd35092883a5c87a23f1c1618 /tools | |
parent | fc5c1bb000ed43d96fc97d1b1ff9178fdc89badb (diff) | |
download | external_llvm-7b32daa4c19c7bdd1fb82f8a77cafb1f83258772.zip external_llvm-7b32daa4c19c7bdd1fb82f8a77cafb1f83258772.tar.gz external_llvm-7b32daa4c19c7bdd1fb82f8a77cafb1f83258772.tar.bz2 |
Actually link in all the analysis passes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17112 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r-- | tools/llvm-db/Makefile.am | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/llvm-db/Makefile.am b/tools/llvm-db/Makefile.am index 42d7d41..36bfdc4 100644 --- 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 = \ |