diff options
| author | Daniel Dunbar <daniel@zuster.org> | 2011-11-12 02:10:57 +0000 |
|---|---|---|
| committer | Daniel Dunbar <daniel@zuster.org> | 2011-11-12 02:10:57 +0000 |
| commit | 52823cc91ca541cc0ee5dd6395a7dad2150987bd (patch) | |
| tree | 496e629965375d24325a172b0e0f0ba961c31b40 /llvm/lib/Object | |
| parent | c9ed478a39586878e05f56b46973112aa9f874ca (diff) | |
| download | bcm5719-llvm-52823cc91ca541cc0ee5dd6395a7dad2150987bd.tar.gz bcm5719-llvm-52823cc91ca541cc0ee5dd6395a7dad2150987bd.zip | |
build: Attempt to rectify inconsistencies between CMake and LLVMBuild versions of explicit dependencies.
- The hope is that we have a tool/test to verify these are accurate (and tight) soon.
llvm-svn: 144444
Diffstat (limited to 'llvm/lib/Object')
| -rw-r--r-- | llvm/lib/Object/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Object/LLVMBuild.txt b/llvm/lib/Object/LLVMBuild.txt index 44c008318c3..20fbb85f20b 100644 --- a/llvm/lib/Object/LLVMBuild.txt +++ b/llvm/lib/Object/LLVMBuild.txt @@ -19,5 +19,5 @@ type = Library name = Object parent = Libraries -required_libraries = Support +required_libraries = Core Support |

