summaryrefslogtreecommitdiff
path: root/lib/DebugInfo
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2013-05-09 13:48:26 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2013-05-09 13:48:26 +0000
commit6ce62dc1d05cb97c048d0e248781c959cbffdd8b (patch)
treefa2ce5bb12f382c71d6cc80cc75aa0d3902b9e15 /lib/DebugInfo
parentbed93b0de197c6b64357068ae8e1a883ddbb0e94 (diff)
downloadllvm-6ce62dc1d05cb97c048d0e248781c959cbffdd8b.tar.gz
llvm-6ce62dc1d05cb97c048d0e248781c959cbffdd8b.tar.bz2
llvm-6ce62dc1d05cb97c048d0e248781c959cbffdd8b.tar.xz
libDebugInfo depends on libObject nowadays.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181510 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/DebugInfo')
-rw-r--r--lib/DebugInfo/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/DebugInfo/LLVMBuild.txt b/lib/DebugInfo/LLVMBuild.txt
index 210b9f9d35..f347d5ea32 100644
--- a/lib/DebugInfo/LLVMBuild.txt
+++ b/lib/DebugInfo/LLVMBuild.txt
@@ -19,4 +19,4 @@
type = Library
name = DebugInfo
parent = Libraries
-required_libraries = Support
+required_libraries = Object Support