git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@371477
91177308-0d34-0410-b5e6-
96231b3b80d8
static_library("Remarks") {
output_name = "LLVMRemarks"
deps = [
+ "//llvm/lib/Bitstream/Reader",
"//llvm/lib/Support",
]
sources = [
+ "BitstreamRemarkParser.cpp",
"BitstreamRemarkSerializer.cpp",
"Remark.cpp",
"RemarkFormat.cpp",
]
sources = [
"BitstreamRemarksFormatTest.cpp",
+ "BitstreamRemarksParsingTest.cpp",
"BitstreamRemarksSerializerTest.cpp",
"RemarksAPITest.cpp",
"RemarksStrTabParsingTest.cpp",