forked from OSchip/llvm-project
Revert "Get GlobalISel to build on Linux after r286407"
This reverts commit r286962. We want to avoid depending on SelectionDAG, and AddLandingPadInfo lives in CodeGen now. llvm-svn: 287168
This commit is contained in:
parent
456dce8a84
commit
996961a461
|
@ -19,4 +19,4 @@
|
|||
type = Library
|
||||
name = GlobalISel
|
||||
parent = CodeGen
|
||||
required_libraries = Analysis CodeGen Core MC SelectionDAG Support Target TransformUtils
|
||||
required_libraries = Analysis CodeGen Core MC Support Target TransformUtils
|
||||
|
|
Loading…
Reference in New Issue