forked from OSchip/llvm-project
parent
7b37559b5d
commit
98b0c910fb
|
@ -5,6 +5,7 @@ static_library("Support") {
|
|||
"//llvm/utils/unittest:gtest",
|
||||
]
|
||||
sources = [
|
||||
"Annotations.cpp",
|
||||
"Error.cpp",
|
||||
"SupportHelpers.cpp",
|
||||
]
|
||||
|
|
|
@ -9,6 +9,7 @@ unittest("SupportTests") {
|
|||
"ARMAttributeParser.cpp",
|
||||
"AlignOfTest.cpp",
|
||||
"AllocatorTest.cpp",
|
||||
"AnnotationsTest.cpp",
|
||||
"ArrayRecyclerTest.cpp",
|
||||
"BinaryStreamTest.cpp",
|
||||
"BlockFrequencyTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue