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 | 97390c21d37d891df1319e0aa0cb470e866a9e40 (patch) | |
tree | 39e302783eaddd6c3c2299af1c29dce1d510122b | |
parent | ae3687930334a4ebef911ea492ba9508d87248d9 (diff) | |
download | bcm5719-llvm-97390c21d37d891df1319e0aa0cb470e866a9e40.tar.gz bcm5719-llvm-97390c21d37d891df1319e0aa0cb470e866a9e40.zip |
Live var is now in lib/Target/Sparc
llvm-svn: 10735
-rw-r--r-- | llvm/lib/Analysis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/lib/Analysis/Makefile b/llvm/lib/Analysis/Makefile index 71f99e4e594..2a8d34ea726 100644 --- a/llvm/lib/Analysis/Makefile +++ b/llvm/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 |