diff options
| author | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-01-26 23:03:22 +0000 |
|---|---|---|
| committer | Krzysztof Parzyszek <kparzysz@codeaurora.org> | 2017-01-26 23:03:22 +0000 |
| commit | d6c8e3c9ce7bde3e10e04fd56ca2711178935694 (patch) | |
| tree | 3cd8ecbe5a78d04cfc06c2e669478b2f247c334b /llvm/lib | |
| parent | fb275a48b8399f7698d7271aec3efb5604a36d1e (diff) | |
| download | bcm5719-llvm-d6c8e3c9ce7bde3e10e04fd56ca2711178935694.tar.gz bcm5719-llvm-d6c8e3c9ce7bde3e10e04fd56ca2711178935694.zip | |
[Hexagon] Require IPO library in Hexagon build
This should unbreak the Hexagon build bots.
llvm-svn: 293221
Diffstat (limited to 'llvm/lib')
| -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 e0077acc7af..7a27a8c5e10 100644 --- a/llvm/lib/Target/Hexagon/LLVMBuild.txt +++ b/llvm/lib/Target/Hexagon/LLVMBuild.txt @@ -36,6 +36,7 @@ required_libraries = HexagonAsmParser HexagonDesc HexagonInfo + IPO MC Scalar SelectionDAG |

