Skip to content

Commit

Permalink
[gn build] Port 854c339
Browse files Browse the repository at this point in the history
  • Loading branch information
llvmgnsyncbot committed Apr 26, 2022
1 parent d03d2d8 commit 8631246
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
Expand Up @@ -6,6 +6,7 @@ static_library("GSYM") {
]
sources = [
"DwarfTransformer.cpp",
"ExtractRanges.cpp",
"FileWriter.cpp",
"FunctionInfo.cpp",
"GsymCreator.cpp",
Expand All @@ -15,6 +16,5 @@ static_library("GSYM") {
"LineTable.cpp",
"LookupResult.cpp",
"ObjectFileTransformer.cpp",
"Range.cpp",
]
}
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Expand Up @@ -43,6 +43,7 @@ static_library("Support") {
"ARMBuildAttrs.cpp",
"ARMTargetParser.cpp",
"ARMWinEH.cpp",
"AddressRanges.cpp",
"Allocator.cpp",
"AutoConvert.cpp",
"BinaryStreamError.cpp",
Expand Down
1 change: 1 addition & 0 deletions llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Expand Up @@ -7,6 +7,7 @@ unittest("SupportTests") {
]
sources = [
"ARMAttributeParser.cpp",
"AddressRangeTest.cpp",
"AlignOfTest.cpp",
"AlignmentTest.cpp",
"AllocatorTest.cpp",
Expand Down

0 comments on commit 8631246

Please sign in to comment.