summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 05:39:34 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-12-10 05:39:34 +0000
commite1d55bb5d5e4817c8e431d121fabd1740a6533c7 (patch)
treed48c10cc58daee4ee888fc3f0b816415bfe2a1f6 /lib/Target/AArch64
parente0c0c4bdf6cb8cf6c3db52e394752fb17e3f66cd (diff)
downloadllvm-e1d55bb5d5e4817c8e431d121fabd1740a6533c7.tar.gz
llvm-e1d55bb5d5e4817c8e431d121fabd1740a6533c7.tar.bz2
llvm-e1d55bb5d5e4817c8e431d121fabd1740a6533c7.tar.xz
Add proper dependencies to LLVMBuild.txt in llvm/lib.
I'll prune redundant deps in LLVMBuild.txt, later. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@196881 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64')
-rw-r--r--lib/Target/AArch64/AsmParser/LLVMBuild.txt2
-rw-r--r--lib/Target/AArch64/LLVMBuild.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/Target/AArch64/AsmParser/LLVMBuild.txt b/lib/Target/AArch64/AsmParser/LLVMBuild.txt
index 08cab2550f..2d8f632123 100644
--- a/lib/Target/AArch64/AsmParser/LLVMBuild.txt
+++ b/lib/Target/AArch64/AsmParser/LLVMBuild.txt
@@ -19,5 +19,5 @@
type = Library
name = AArch64AsmParser
parent = AArch64
-required_libraries = AArch64Desc AArch64Info MC MCParser Support
+required_libraries = AArch64Desc AArch64Info AArch64Utils MC MCParser Support
add_to_library_groups = AArch64
diff --git a/lib/Target/AArch64/LLVMBuild.txt b/lib/Target/AArch64/LLVMBuild.txt
index 84e9a154f3..4c8f1018c1 100644
--- a/lib/Target/AArch64/LLVMBuild.txt
+++ b/lib/Target/AArch64/LLVMBuild.txt
@@ -31,5 +31,5 @@ has_jit = 1
type = Library
name = AArch64CodeGen
parent = AArch64
-required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info AsmPrinter CodeGen Core MC SelectionDAG Support Target
+required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info AArch64Utils AsmPrinter CodeGen Core MC SelectionDAG Support Target
add_to_library_groups = AArch64