diff options
author | Diego Novillo <dnovillo@google.com> | 2015-07-08 21:13:37 +0000 |
---|---|---|
committer | Diego Novillo <dnovillo@google.com> | 2015-07-08 21:13:37 +0000 |
commit | 13e20f1bbfb4ef8542885d2381dec9c5f0c36e0c (patch) | |
tree | f29a6484254d0309e8727d74229fd212478e502b | |
parent | d865503b595622b1057758d93caa6980a4102624 (diff) | |
download | bcm5719-llvm-13e20f1bbfb4ef8542885d2381dec9c5f0c36e0c.tar.gz bcm5719-llvm-13e20f1bbfb4ef8542885d2381dec9c5f0c36e0c.zip |
Add missing dependency to Hexagon target.
A recent patch added calls to isInstructionTriviallyDead without the
corresponding dependency on TransformUtils.
llvm-svn: 241731
-rw-r--r-- | llvm/lib/Target/Hexagon/LLVMBuild.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |