diff options
author | Chris Lattner <sabre@nondot.org> | 2004-01-09 18:16:20 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2004-01-09 18:16:20 +0000 |
commit | b3da2fd16f6863805dd88b5abce12c82439d6070 (patch) | |
tree | a96d3b957e241150379a2c67323812b352e6561c /lib | |
parent | 12023d67f8b65ac24761b1addef165a96f0be68d (diff) | |
download | external_llvm-b3da2fd16f6863805dd88b5abce12c82439d6070.zip external_llvm-b3da2fd16f6863805dd88b5abce12c82439d6070.tar.gz external_llvm-b3da2fd16f6863805dd88b5abce12c82439d6070.tar.bz2 |
Live var is now in lib/Target/Sparc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@10735 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Analysis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Analysis/Makefile b/lib/Analysis/Makefile index 71f99e4..2a8d34e 100644 --- a/lib/Analysis/Makefile +++ b/lib/Analysis/Makefile @@ -6,9 +6,10 @@ # the University of Illinois Open Source License. See LICENSE.TXT for details. # ##===----------------------------------------------------------------------===## + LEVEL = ../.. LIBRARYNAME = analysis -PARALLEL_DIRS = LiveVar IPA DataStructure +PARALLEL_DIRS = IPA DataStructure BUILD_ARCHIVE = 1 include $(LEVEL)/Makefile.common |