aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorRichard Trieu <rtrieu@google.com>2019-02-06 02:52:52 +0000
committerRichard Trieu <rtrieu@google.com>2019-02-06 02:52:52 +0000
commit5f436fc57a2d1fc4fa6fadf09c72077d4b377396 (patch)
tree104ff5790d745620c1d686cf543869fbfe5104c7 /llvm/lib/IR/CMakeLists.txt
parent1f3f774f104998f715783967ee852f4682f87fa8 (diff)
downloadllvm-5f436fc57a2d1fc4fa6fadf09c72077d4b377396.zip
llvm-5f436fc57a2d1fc4fa6fadf09c72077d4b377396.tar.gz
llvm-5f436fc57a2d1fc4fa6fadf09c72077d4b377396.tar.bz2
Move DomTreeUpdater from IR to Analysis
DomTreeUpdater depends on headers from Analysis, but is in IR. This is a layering violation since Analysis depends on IR. Relocate this code from IR to Analysis to fix the layering violation. llvm-svn: 353265
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index e52da61..2ea01b8 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -22,7 +22,6 @@ add_llvm_library(LLVMCore
DiagnosticInfo.cpp
DiagnosticPrinter.cpp
Dominators.cpp
- DomTreeUpdater.cpp
Function.cpp
GVMaterializer.cpp
Globals.cpp