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:
Ahmed Bougacha 2016-11-16 22:24:59 +00:00
parent 456dce8a84
commit 996961a461
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 SelectionDAG Support Target TransformUtils
required_libraries = Analysis CodeGen Core MC Support Target TransformUtils