forked from OSchip/llvm-project
[gn build] Port 581ba35291
This commit is contained in:
parent
0c9c58ada0
commit
0b6f40da45
|
@ -65,6 +65,8 @@ static_library("Support") {
|
|||
"Debug.cpp",
|
||||
"DebugCounter.cpp",
|
||||
"DeltaAlgorithm.cpp",
|
||||
"ELFAttributeParser.cpp",
|
||||
"ELFAttributes.cpp",
|
||||
"Error.cpp",
|
||||
"ErrorHandling.cpp",
|
||||
"FileCheck.cpp",
|
||||
|
@ -98,6 +100,8 @@ static_library("Support") {
|
|||
"Parallel.cpp",
|
||||
"PluginLoader.cpp",
|
||||
"PrettyStackTrace.cpp",
|
||||
"RISCVAttributeParser.cpp",
|
||||
"RISCVAttributes.cpp",
|
||||
"RWMutex.cpp",
|
||||
"RandomNumberGenerator.cpp",
|
||||
"Regex.cpp",
|
||||
|
|
|
@ -29,6 +29,7 @@ unittest("SupportTests") {
|
|||
"DataExtractorTest.cpp",
|
||||
"DebugCounterTest.cpp",
|
||||
"DebugTest.cpp",
|
||||
"ELFAttributeParserTest.cpp",
|
||||
"EndianStreamTest.cpp",
|
||||
"EndianTest.cpp",
|
||||
"ErrnoTest.cpp",
|
||||
|
@ -59,6 +60,7 @@ unittest("SupportTests") {
|
|||
"Path.cpp",
|
||||
"ProcessTest.cpp",
|
||||
"ProgramTest.cpp",
|
||||
"RISCVAttributeParserTest.cpp",
|
||||
"RegexTest.cpp",
|
||||
"ReplaceFileTest.cpp",
|
||||
"ReverseIterationTest.cpp",
|
||||
|
|
Loading…
Reference in New Issue