forked from OSchip/llvm-project
e72e59e902
Remarks are usually emitted per-TU, and for generating a standalone remark file that can be shipped with the linked binary we need some kind of tool to merge everything together. The remarks::RemarkLinker class takes care of this and: * Deduplicates remarks * Filters remarks with no debug location * Merges string tables from all the entries As an output, it provides an iterator range that can be used to serialize the remarks to a file. Differential Revision: https://reviews.llvm.org/D69141 |
||
---|---|---|
.. | ||
BitstreamRemarkParser.cpp | ||
BitstreamRemarkParser.h | ||
BitstreamRemarkSerializer.cpp | ||
CMakeLists.txt | ||
LLVMBuild.txt | ||
Remark.cpp | ||
RemarkFormat.cpp | ||
RemarkLinker.cpp | ||
RemarkParser.cpp | ||
RemarkSerializer.cpp | ||
RemarkStringTable.cpp | ||
YAMLRemarkParser.cpp | ||
YAMLRemarkParser.h | ||
YAMLRemarkSerializer.cpp |