aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2005-10-24 02:09:03 +0000
committerChris Lattner <sabre@nondot.org>2005-10-24 02:09:03 +0000
commit635df00b02e7b0483712ed2bf232980b9dc0977d (patch)
tree069e8e12e420f436f87141c4b1ac31c4038ad221 /lib
parent11686f1c070bcecf4a3c3d99795cd54e142c637d (diff)
There is no need to build an archive version of this library
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23936 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/SparcV9/RegAlloc/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/Target/SparcV9/RegAlloc/Makefile b/lib/Target/SparcV9/RegAlloc/Makefile
index c19984cb20..e82ce5ce57 100644
--- a/lib/Target/SparcV9/RegAlloc/Makefile
+++ b/lib/Target/SparcV9/RegAlloc/Makefile
@@ -10,6 +10,5 @@
LEVEL = ../../../..
DIRS =
LIBRARYNAME = LLVMSparcV9RegAlloc
-BUILD_ARCHIVE = 1
include $(LEVEL)/Makefile.common