mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-13 17:00:01 +00:00
![Francis Visoiu Mistrih](/assets/img/avatar_default.png)
Separate the remark serialization to YAML from the LLVM Diagnostics. This adds a new serialization abstraction: remarks::Serializer. It's completely independent from lib/IR and it provides an easy way to replace YAML by providing a new remarks::Serializer. Differential Revision: https://reviews.llvm.org/D62632 llvm-svn: 362160
8 lines
137 B
CMake
8 lines
137 B
CMake
add_llvm_library(LLVMRemarks
|
|
Remark.cpp
|
|
RemarkParser.cpp
|
|
RemarkStringTable.cpp
|
|
YAMLRemarkParser.cpp
|
|
YAMLRemarkSerializer.cpp
|
|
)
|