mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
57aee84cb1
This extends the RemarkStreamer to allow for other emitters (e.g. frontends, SIL, etc.) to emit remarks through a common interface. See changes in llvm/docs/Remarks.rst for motivation and design choices. Differential Revision: https://reviews.llvm.org/D73676
14 lines
289 B
CMake
14 lines
289 B
CMake
add_llvm_component_library(LLVMRemarks
|
|
BitstreamRemarkParser.cpp
|
|
BitstreamRemarkSerializer.cpp
|
|
Remark.cpp
|
|
RemarkFormat.cpp
|
|
RemarkLinker.cpp
|
|
RemarkParser.cpp
|
|
RemarkSerializer.cpp
|
|
RemarkStreamer.cpp
|
|
RemarkStringTable.cpp
|
|
YAMLRemarkParser.cpp
|
|
YAMLRemarkSerializer.cpp
|
|
)
|