diff options
author | Diana Picus <diana.picus@linaro.org> | 2016-11-15 14:11:11 +0000 |
---|---|---|
committer | Diana Picus <diana.picus@linaro.org> | 2016-11-15 14:11:11 +0000 |
commit | 3776e7620153d3530b0ceaca628382ecb80c9a20 (patch) | |
tree | f136a972783c24eeb310e040376cc10209443cd6 /llvm/lib/CodeGen | |
parent | 6f76f46d2c153f879f946a8f933d0a5d869f1ef6 (diff) | |
download | bcm5719-llvm-3776e7620153d3530b0ceaca628382ecb80c9a20.tar.gz bcm5719-llvm-3776e7620153d3530b0ceaca628382ecb80c9a20.zip |
Get GlobalISel to build on Linux after r286407
r286407 has introduced calls to llvm::AddLandingPadInfo, which lives in the
SelectionDAG component. Add it to LLVMBuild to avoid linker failures on Linux.
llvm-svn: 286962
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt b/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt index a2daa3b222a..98a8941c8f2 100644 --- a/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt +++ b/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt @@ -19,4 +19,4 @@ type = Library name = GlobalISel parent = CodeGen -required_libraries = Analysis CodeGen Core MC Support Target TransformUtils +required_libraries = Analysis CodeGen Core MC SelectionDAG Support Target TransformUtils |