gn build: Merge r359179

llvm-svn: 359189
This commit is contained in:
Nico Weber 2019-04-25 13:29:34 +00:00
parent 7b37559b5d
commit 98b0c910fb
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@ static_library("Support") {
"//llvm/utils/unittest:gtest",
]
sources = [
"Annotations.cpp",
"Error.cpp",
"SupportHelpers.cpp",
]

View File

@ -9,6 +9,7 @@ unittest("SupportTests") {
"ARMAttributeParser.cpp",
"AlignOfTest.cpp",
"AllocatorTest.cpp",
"AnnotationsTest.cpp",
"ArrayRecyclerTest.cpp",
"BinaryStreamTest.cpp",
"BlockFrequencyTest.cpp",