projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
544fa80
)
Add missing dependency to Hexagon target.
author
Diego Novillo
<dnovillo@google.com>
Wed, 8 Jul 2015 21:13:37 +0000
(21:13 +0000)
committer
Diego Novillo
<dnovillo@google.com>
Wed, 8 Jul 2015 21:13:37 +0000
(21:13 +0000)
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
patch
|
blob
|
history
diff --git
a/lib/Target/Hexagon/LLVMBuild.txt
b/lib/Target/Hexagon/LLVMBuild.txt
index 8259055b3f41ec8e6ce811984e4d8fd3f2ebcc18..9d288af0214afeb6e296790695631525245cbde3 100644
(file)
--- 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