aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/IR/CMakeLists.txt
diff options
context:
space:
mode:
authorFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-03-06 14:32:08 +0000
committerFrancis Visoiu Mistrih <francisvm@yahoo.com>2019-03-06 14:32:08 +0000
commit9052f50cb4c927fd316bb41b17a950d182c9b945 (patch)
treef9a7d882186ba715e0b4a2478d9099c6c26f758e /llvm/lib/IR/CMakeLists.txt
parent1bdc2d1874e7035f86e5b9e3d3a6b005f27b8224 (diff)
downloadllvm-9052f50cb4c927fd316bb41b17a950d182c9b945.zip
llvm-9052f50cb4c927fd316bb41b17a950d182c9b945.tar.gz
llvm-9052f50cb4c927fd316bb41b17a950d182c9b945.tar.bz2
[Remarks] Refactor remark diagnostic emission in a RemarkStreamer
This allows us to store more info about where we're emitting the remarks without cluttering LLVMContext. This is needed for future support for the remark section. Differential Revision: https://reviews.llvm.org/D58996 llvm-svn: 355507
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 2ea01b8..b129319 100644
--- a/llvm/lib/IR/CMakeLists.txt
+++ b/llvm/lib/IR/CMakeLists.txt
@@ -46,6 +46,7 @@ add_llvm_library(LLVMCore
PassManager.cpp
PassRegistry.cpp
PassTimingInfo.cpp
+ RemarkStreamer.cpp
SafepointIRVerifier.cpp
ProfileSummary.cpp
Statepoint.cpp