]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - opencl/llvm.git/commitdiff
Fix broken build
authorJonathan Roelofs <jonathan@codesourcery.com>
Fri, 9 May 2014 18:06:22 +0000 (18:06 +0000)
committerJonathan Roelofs <jonathan@codesourcery.com>
Fri, 9 May 2014 18:06:22 +0000 (18:06 +0000)
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

lib/Target/ARM64/LLVMBuild.txt

index 52487fa14f4f0a15e6c586831269cb44d047ebe1..3d1e56e7ca65a58c70ec196271293d78ba4f799d 100644 (file)
@@ -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