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-10 18:02:39 +0100
commita4cde9ad7b6f1a4cfef228f6cf2fc4911bf24c77 (patch)
treec4d4b1f9018c634272d9433c1182836698de2975 /llvm/lib/IR/CMakeLists.txt
parent3dabad1af38ca93266e9322e2d00bd2ee3a0c26d (diff)
downloadllvm-a4cde9ad7b6f1a4cfef228f6cf2fc4911bf24c77.zip
llvm-a4cde9ad7b6f1a4cfef228f6cf2fc4911bf24c77.tar.gz
llvm-a4cde9ad7b6f1a4cfef228f6cf2fc4911bf24c77.tar.bz2
Fixed [AssumeBundles] Move to IR so it can be used by Analysis
This is a recommit of 57c964aaa76bfaa908398fbd9d8c9d6d19856859 after fixing modules build.
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