[llvm] fe93a28 - [gn build] Port b1ebfac1859c
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 10 03:06:49 PDT 2025
Author: LLVM GN Syncbot
Date: 2025-03-10T10:00:08Z
New Revision: fe93a2879c31ee5d8f966cae36481f6f2b6243dd
URL: https://github.com/llvm/llvm-project/commit/fe93a2879c31ee5d8f966cae36481f6f2b6243dd
DIFF: https://github.com/llvm/llvm-project/commit/fe93a2879c31ee5d8f966cae36481f6f2b6243dd.diff
LOG: [gn build] Port b1ebfac1859c
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
index ba13bb16731af..fe7ff6ef68f99 100644
--- a/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/Support/BUILD.gn
@@ -33,6 +33,7 @@ static_library("Support") {
"Windows",
]
sources = [
+ "AArch64AttributeParser.cpp",
"AArch64BuildAttributes.cpp",
"ABIBreak.cpp",
"AMDGPUMetadata.cpp",
@@ -77,7 +78,8 @@ static_library("Support") {
"DeltaTree.cpp",
"DivisionByConstantInfo.cpp",
"DynamicAPInt.cpp",
- "ELFAttributeParser.cpp",
+ "ELFAttrParserCompact.cpp",
+ "ELFAttrParserExtended.cpp",
"ELFAttributes.cpp",
"Error.cpp",
"ErrorHandling.cpp",
More information about the llvm-commits
mailing list