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",
"Remark.cpp",
"RemarkFormat.cpp",
"RemarkLinker.cpp",
"RemarkParser.cpp",
"RemarkSerializer.cpp",
"RemarkStringTable.cpp",

View File

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