mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 11:42:57 +01:00
dbd30262cb
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
|
|
)
|