summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target
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
commit7005e347a25aafdb3740741068f2805fbde53d49 (patch)
treee8fba7b5c07e448eae10d79d86d59aeee93d08db /llvm/lib/Target
parenta7bcab75d22d26a4f2d89eb4540a27758a8ecb85 (diff)
downloadbcm5719-llvm-7005e347a25aafdb3740741068f2805fbde53d49.tar.gz
bcm5719-llvm-7005e347a25aafdb3740741068f2805fbde53d49.zip
Fix broken build
ARM64 backend was missing a required_library entry. llvm-svn: 208437
Diffstat (limited to 'llvm/lib/Target')
-rw-r--r--llvm/lib/Target/ARM64/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/ARM64/LLVMBuild.txt b/llvm/lib/Target/ARM64/LLVMBuild.txt
index 52487fa14f4..3d1e56e7ca6 100644
--- a/llvm/lib/Target/ARM64/LLVMBuild.txt
+++ b/llvm/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
OpenPOWER on IntegriCloud