aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorTyker <tyker1@outlook.com>2020-03-08 12:19:29 +0100
committerTyker <tyker1@outlook.com>2020-03-08 12:21:50 +0100
commit57c964aaa76bfaa908398fbd9d8c9d6d19856859 (patch)
treeeb29d77a99c808038a2b1817dcc5632e64444fda /llvm/lib/IR/CMakeLists.txt
parent84056394e97885e1d7c588992d725f188d134e63 (diff)
downloadllvm-57c964aaa76bfaa908398fbd9d8c9d6d19856859.zip
llvm-57c964aaa76bfaa908398fbd9d8c9d6d19856859.tar.gz
llvm-57c964aaa76bfaa908398fbd9d8c9d6d19856859.tar.bz2
[AssumeBundles] Move to IR so it can be used by Analysis
Summary: Assume bundles need to be usable by Analysis and Transforms/Utils isn't. so this commit moves utilities to deal with asusme bundles to IR. Reviewers: jdoerfert Reviewed By: jdoerfert Subscribers: mgorny, hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D75618
Diffstat (limited to 'llvm/lib/IR/CMakeLists.txt')
-rw-r--r--llvm/lib/IR/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/lib/IR/CMakeLists.txt b/llvm/lib/IR/CMakeLists.txt
index 8fcc10f..14207bc 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -28,6 +28,7 @@ add_llvm_component_library(LLVMCore
Instruction.cpp
Instructions.cpp
IntrinsicInst.cpp
+ KnowledgeRetention.cpp
LLVMContext.cpp
LLVMContextImpl.cpp
LLVMRemarkStreamer.cpp