diff options
author | Daniel Dunbar <daniel@zuster.org> | 2013-01-17 22:05:18 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2013-01-17 22:05:18 +0000 |
commit | 1381b9b68cef50ee43dfa684203752c50747c7eb (patch) | |
tree | f848618c19bd180dc575d7eefcf9e32572e0c11e | |
parent | 167ede898a6105e05fcd9d2ae5679fbf1744018f (diff) |
[Linker] Drop some now-dead component dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@172759 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Linker/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Linker/LLVMBuild.txt b/lib/Linker/LLVMBuild.txt index 2b4c232b80..0bb26d0c2a 100644 --- a/lib/Linker/LLVMBuild.txt +++ b/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 |