Get GlobalISel to build on Linux after r286407
authorDiana Picus <diana.picus@linaro.org>
Tue, 15 Nov 2016 14:11:11 +0000 (14:11 +0000)
committerDiana Picus <diana.picus@linaro.org>
Tue, 15 Nov 2016 14:11:11 +0000 (14:11 +0000)
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

llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt

index a2daa3b..98a8941 100644 (file)
@@ -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