forked from OSchip/llvm-project
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:
parent
6f76f46d2c
commit
3776e76201
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue