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
This commit is contained in:
Diana Picus 2016-11-15 14:11:11 +00:00
parent 6f76f46d2c
commit 3776e76201
1 changed files with 1 additions and 1 deletions

View 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