summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJonathan Roelofs <jonathan@codesourcery.com>2014-05-09 18:06:22 +0000
committerJonathan Roelofs <jonathan@codesourcery.com>2014-05-09 18:06:22 +0000
commit482018007c06507ec667f420ccbccb3d134acc3b (patch)
treecc939bc3441a1a96dd5ffcc732f4125ad0aef0d3 /lib
parent7a9fbab1823e915aa7e2eb7536652d2a3ef8a38a (diff)
downloadllvm-482018007c06507ec667f420ccbccb3d134acc3b.tar.gz
llvm-482018007c06507ec667f420ccbccb3d134acc3b.tar.bz2
llvm-482018007c06507ec667f420ccbccb3d134acc3b.tar.xz
Fix broken build
ARM64 backend was missing a required_library entry. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208437 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib')
-rw-r--r--lib/Target/ARM64/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/ARM64/LLVMBuild.txt b/lib/Target/ARM64/LLVMBuild.txt
index 52487fa14f..3d1e56e7ca 100644
--- a/lib/Target/ARM64/LLVMBuild.txt
+++ b/lib/Target/ARM64/LLVMBuild.txt
@@ -31,5 +31,5 @@ has_jit = 1
type = Library
name = ARM64CodeGen
parent = ARM64
-required_libraries = ARM64AsmPrinter ARM64Desc ARM64Info Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target
+required_libraries = ARM64AsmPrinter ARM64Desc ARM64Info ARM64Utils Analysis AsmPrinter CodeGen Core MC Scalar SelectionDAG Support Target
add_to_library_groups = ARM64