[llvm] 3603446 - [gn build] Port c3650687e0b7 (#192250)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 15 05:51:50 PDT 2026
Author: Nico Weber
Date: 2026-04-15T08:51:46-04:00
New Revision: 36034461747dad3c3d74285bf6d7e5ffd1ef889e
URL: https://github.com/llvm/llvm-project/commit/36034461747dad3c3d74285bf6d7e5ffd1ef889e
DIFF: https://github.com/llvm/llvm-project/commit/36034461747dad3c3d74285bf6d7e5ffd1ef889e.diff
LOG: [gn build] Port c3650687e0b7 (#192250)
[gn build] Port c3650687e0b7
Added:
Modified:
llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn b/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
index a0c679e0dc423..cbb21ed2c0757 100644
--- a/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/lib/DebugInfo/GSYM/BUILD.gn
@@ -11,10 +11,16 @@ static_library("GSYM") {
"ExtractRanges.cpp",
"FileWriter.cpp",
"FunctionInfo.cpp",
+ "GlobalData.cpp",
"GsymContext.cpp",
"GsymCreator.cpp",
+ "GsymCreatorV1.cpp",
+ "GsymCreatorV2.cpp",
"GsymReader.cpp",
+ "GsymReaderV1.cpp",
+ "GsymReaderV2.cpp",
"Header.cpp",
+ "HeaderV2.cpp",
"InlineInfo.cpp",
"LineTable.cpp",
"LookupResult.cpp",
diff --git a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn
index 16c0faf1ac08d..1833fecd329e6 100644
--- a/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn
+++ b/llvm/utils/gn/secondary/llvm/unittests/DebugInfo/GSYM/BUILD.gn
@@ -11,5 +11,9 @@ unittest("DebugInfoGSYMTests") {
"//llvm/lib/Target:TargetsToBuild",
"//llvm/lib/Testing/Support",
]
- sources = [ "GSYMTest.cpp" ]
+ sources = [
+ "GSYMTest.cpp",
+ "GSYMV2Test.cpp",
+ "GsymDataExtractorTest.cpp",
+ ]
}
More information about the llvm-commits
mailing list