summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2013-01-17 22:05:18 +0000
committerDaniel Dunbar <daniel@zuster.org>2013-01-17 22:05:18 +0000
commit50dc8a6a388f6fd1140a501b9e9f2d0ef2ef138d (patch)
treeb18b9fc0a0e269625c8d8a03db8c5f6b0310918b
parentae2ec4745fc102e77b45057269fe68cbe797d0b2 (diff)
downloadbcm5719-llvm-50dc8a6a388f6fd1140a501b9e9f2d0ef2ef138d.tar.gz
bcm5719-llvm-50dc8a6a388f6fd1140a501b9e9f2d0ef2ef138d.zip
[Linker] Drop some now-dead component dependencies.
llvm-svn: 172759
-rw-r--r--llvm/lib/Linker/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/LLVMBuild.txt b/llvm/lib/Linker/LLVMBuild.txt
index 2b4c232b806..0bb26d0c2ae 100644
--- a/llvm/lib/Linker/LLVMBuild.txt
+++ b/llvm/lib/Linker/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = Linker
parent = Libraries
-required_libraries = Archive BitReader Core Support TransformUtils
+required_libraries = Core Support TransformUtils
OpenPOWER on IntegriCloud