Skip to content

Commit fe93a28

Browse files
committed
[gn build] Port b1ebfac
1 parent 24f0901 commit fe93a28

File tree

1 file changed

+3
-1
lines changed
  • llvm/utils/gn/secondary/llvm/lib/Support

1 file changed

+3
-1
lines changed

llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ static_library("Support") {
3333
"Windows",
3434
]
3535
sources = [
36+
"AArch64AttributeParser.cpp",
3637
"AArch64BuildAttributes.cpp",
3738
"ABIBreak.cpp",
3839
"AMDGPUMetadata.cpp",
@@ -77,7 +78,8 @@ static_library("Support") {
7778
"DeltaTree.cpp",
7879
"DivisionByConstantInfo.cpp",
7980
"DynamicAPInt.cpp",
80-
"ELFAttributeParser.cpp",
81+
"ELFAttrParserCompact.cpp",
82+
"ELFAttrParserExtended.cpp",
8183
"ELFAttributes.cpp",
8284
"Error.cpp",
8385
"ErrorHandling.cpp",

0 commit comments

Comments
 (0)