From: Diego Novillo Date: Wed, 8 Jul 2015 21:13:37 +0000 (+0000) Subject: Add missing dependency to Hexagon target. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=afab5f8c17d6668010290c769015e8aa0f546619;p=oota-llvm.git Add missing dependency to Hexagon target. A recent patch added calls to isInstructionTriviallyDead without the corresponding dependency on TransformUtils. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241731 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Hexagon/LLVMBuild.txt b/lib/Target/Hexagon/LLVMBuild.txt index 8259055b3f4..9d288af0214 100644 --- a/lib/Target/Hexagon/LLVMBuild.txt +++ b/lib/Target/Hexagon/LLVMBuild.txt @@ -39,4 +39,5 @@ required_libraries = SelectionDAG Support Target + TransformUtils add_to_library_groups = Hexagon