From afab5f8c17d6668010290c769015e8aa0f546619 Mon Sep 17 00:00:00 2001 From: Diego Novillo Date: Wed, 8 Jul 2015 21:13:37 +0000 Subject: [PATCH] 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 --- lib/Target/Hexagon/LLVMBuild.txt | 1 + 1 file changed, 1 insertion(+) 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