forked from OSchip/llvm-project
gn build: Merge e72e59e902
This commit is contained in:
parent
a5bf48b84c
commit
bbbd22e645
|
@ -10,6 +10,7 @@ static_library("Remarks") {
|
|||
"BitstreamRemarkSerializer.cpp",
|
||||
"Remark.cpp",
|
||||
"RemarkFormat.cpp",
|
||||
"RemarkLinker.cpp",
|
||||
"RemarkParser.cpp",
|
||||
"RemarkSerializer.cpp",
|
||||
"RemarkStringTable.cpp",
|
||||
|
|
|
@ -11,6 +11,7 @@ unittest("RemarksTests") {
|
|||
"BitstreamRemarksParsingTest.cpp",
|
||||
"BitstreamRemarksSerializerTest.cpp",
|
||||
"RemarksAPITest.cpp",
|
||||
"RemarksLinkingTest.cpp",
|
||||
"RemarksStrTabParsingTest.cpp",
|
||||
"YAMLRemarksParsingTest.cpp",
|
||||
"YAMLRemarksSerializerTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue