1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 03:33:20 +01:00

gn build: Merge e72e59e9028

This commit is contained in:
LLVM GN Syncbot 2019-10-31 23:15:09 +00:00
parent ac9584320f
commit 8d6ff505c0
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ static_library("Remarks") {
"BitstreamRemarkSerializer.cpp", "BitstreamRemarkSerializer.cpp",
"Remark.cpp", "Remark.cpp",
"RemarkFormat.cpp", "RemarkFormat.cpp",
"RemarkLinker.cpp",
"RemarkParser.cpp", "RemarkParser.cpp",
"RemarkSerializer.cpp", "RemarkSerializer.cpp",
"RemarkStringTable.cpp", "RemarkStringTable.cpp",

View File

@ -11,6 +11,7 @@ unittest("RemarksTests") {
"BitstreamRemarksParsingTest.cpp", "BitstreamRemarksParsingTest.cpp",
"BitstreamRemarksSerializerTest.cpp", "BitstreamRemarksSerializerTest.cpp",
"RemarksAPITest.cpp", "RemarksAPITest.cpp",
"RemarksLinkingTest.cpp",
"RemarksStrTabParsingTest.cpp", "RemarksStrTabParsingTest.cpp",
"YAMLRemarksParsingTest.cpp", "YAMLRemarksParsingTest.cpp",
"YAMLRemarksSerializerTest.cpp", "YAMLRemarksSerializerTest.cpp",