Skip to content

Commit

Permalink
[gn] fix mistake in ee99c4d
Browse files Browse the repository at this point in the history
  • Loading branch information
nico committed Jan 23, 2025
1 parent ff55c9b commit 92b839e
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ static_library("Support") {
"Windows",
]
sources = [
"AArch64BuildAttributes.cpp"
"AArch64BuildAttributes.cpp",
"ABIBreak.cpp",
"AMDGPUMetadata.cpp",
"APFixedPoint.cpp",
Expand All @@ -42,7 +42,6 @@ static_library("Support") {
"APSInt.cpp",
"ARMAttributeParser.cpp",
"ARMBuildAttrs.cpp",
"AArch64BuildAttributes.cpp",
"ARMWinEH.cpp",
"Allocator.cpp",
"AutoConvert.cpp",
Expand Down

0 comments on commit 92b839e

Please sign in to comment.