summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen
diff options
context:
space:
mode:
authorAhmed Bougacha <ahmed.bougacha@gmail.com>2016-11-16 22:24:59 +0000
committerAhmed Bougacha <ahmed.bougacha@gmail.com>2016-11-16 22:24:59 +0000
commit996961a4615e2ffaadc43a72e2c357f3352d2ae4 (patch)
tree657371411be6db2008e629e147950ae9fac405a9 /llvm/lib/CodeGen
parent456dce8a84c97b56b10f0e7143c36bee4ac85fe4 (diff)
downloadbcm5719-llvm-996961a4615e2ffaadc43a72e2c357f3352d2ae4.tar.gz
bcm5719-llvm-996961a4615e2ffaadc43a72e2c357f3352d2ae4.zip
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
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r--llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt b/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt
index 98a8941c8f2..a2daa3b222a 100644
--- a/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt
+++ b/llvm/lib/CodeGen/GlobalISel/LLVMBuild.txt
@@ -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
OpenPOWER on IntegriCloud