summaryrefslogtreecommitdiff
path: root/lib/Target/AArch64
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2014-04-10 11:16:47 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2014-04-10 11:16:47 +0000
commitaccaa640cfe05373db145ad2178e3379ae6fbfbe (patch)
tree3c31adcb8a858dc6ab112b7d0247c094edfd4b4f /lib/Target/AArch64
parent6c5bb2e7649175d92045bbc1f0bdbb8baf7d972c (diff)
downloadllvm-accaa640cfe05373db145ad2178e3379ae6fbfbe.tar.gz
llvm-accaa640cfe05373db145ad2178e3379ae6fbfbe.tar.bz2
llvm-accaa640cfe05373db145ad2178e3379ae6fbfbe.tar.xz
LLVMBuild.txt: Add missing dependencies.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205962 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/AArch64')
-rw-r--r--lib/Target/AArch64/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/AArch64/LLVMBuild.txt b/lib/Target/AArch64/LLVMBuild.txt
index 4c8f1018c1..1b838282bd 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 AArch64Utils AsmPrinter CodeGen Core MC SelectionDAG Support Target
+required_libraries = AArch64AsmPrinter AArch64Desc AArch64Info AArch64Utils Analysis AsmPrinter CodeGen Core MC SelectionDAG Support Target
add_to_library_groups = AArch64