From 13e20f1bbfb4ef8542885d2381dec9c5f0c36e0c Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Wed, 8 Jul 2015 21:13:37 +0000 Subject: Add missing dependency to Hexagon target. A recent patch added calls to isInstructionTriviallyDead without the corresponding dependency on TransformUtils. llvm-svn: 241731 --- llvm/lib/Target/Hexagon/LLVMBuild.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target') diff --git a/llvm/lib/Target/Hexagon/LLVMBuild.txt b/llvm/lib/Target/Hexagon/LLVMBuild.txt index 8259055b3f4..9d288af0214 100644 --- a/llvm/lib/Target/Hexagon/LLVMBuild.txt +++ b/llvm/lib/Target/Hexagon/LLVMBuild.txt @@ -39,4 +39,5 @@ required_libraries = SelectionDAG Support Target + TransformUtils add_to_library_groups = Hexagon -- cgit v1.2.3