1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

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 8f2c183cb3
commit 0feddde53c

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