Revert "Get GlobalISel to build on Linux after r286407"
authorAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 16 Nov 2016 22:24:59 +0000 (22:24 +0000)
committerAhmed Bougacha <ahmed.bougacha@gmail.com>
Wed, 16 Nov 2016 22:24:59 +0000 (22:24 +0000)
This reverts commit r286962.

We want to avoid depending on SelectionDAG, and AddLandingPadInfo
lives in CodeGen now.

llvm-svn: 287168

llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt

index 98a8941..a2daa3b 100644 (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