We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24f0901 commit fe93a28Copy full SHA for fe93a28
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -33,6 +33,7 @@ static_library("Support") {
33
"Windows",
34
]
35
sources = [
36
+ "AArch64AttributeParser.cpp",
37
"AArch64BuildAttributes.cpp",
38
"ABIBreak.cpp",
39
"AMDGPUMetadata.cpp",
@@ -77,7 +78,8 @@ static_library("Support") {
77
78
"DeltaTree.cpp",
79
"DivisionByConstantInfo.cpp",
80
"DynamicAPInt.cpp",
- "ELFAttributeParser.cpp",
81
+ "ELFAttrParserCompact.cpp",
82
+ "ELFAttrParserExtended.cpp",
83
"ELFAttributes.cpp",
84
"Error.cpp",
85
"ErrorHandling.cpp",
0 commit comments