aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorTyker <tyker1@outlook.com>2020-04-02 13:41:24 +0200
committerTyker <tyker1@outlook.com>2020-04-02 15:01:41 +0200
commitc00cb76274fdcc529335f55b0d19e6bc42ea9d8d (patch)
treea91bb76c4b8d8752865d5b5ee17b5f094232d47b /llvm/lib/IR/CMakeLists.txt
parent36d4421f50decce0d8257041c889ad33b38725b2 (diff)
downloadllvm-c00cb76274fdcc529335f55b0d19e6bc42ea9d8d.zip
llvm-c00cb76274fdcc529335f55b0d19e6bc42ea9d8d.tar.gz
llvm-c00cb76274fdcc529335f55b0d19e6bc42ea9d8d.tar.bz2
[NFC] Split Knowledge retention and place it more appropriatly
Summary: Splitting Knowledge retention into Queries in Analysis and Builder into Transform/Utils allows Queries and Transform/Utils to use Analysis. Reviewers: jdoerfert, sstefan1 Reviewed By: jdoerfert Subscribers: mgorny, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D77171
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 14207bc..8fcc10f 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -28,7 +28,6 @@ add_llvm_component_library(LLVMCore
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
- KnowledgeRetention.cpp
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMRemarkStreamer.cpp