1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

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 efb78f1751
commit 5025095a8f

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