[llvm] de34213 - [gn] port ab6f470675ed
Nico Weber via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 12 06:16:16 PDT 2025
Author: Nico Weber
Date: 2025-03-12T09:16:06-04:00
New Revision: de34213a67c23e090095526a2a79797a617a3f39
URL: https://github.com/llvm/llvm-project/commit/de34213a67c23e090095526a2a79797a617a3f39
DIFF: https://github.com/llvm/llvm-project/commit/de34213a67c23e090095526a2a79797a617a3f39.diff
LOG: [gn] port ab6f470675ed
Added:
Modified:
llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
index 2c513998837a5..021386f5f55e1 100644
--- a/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
+++ b/llvm/utils/gn/secondary/lldb/source/Host/BUILD.gn
@@ -90,7 +90,10 @@ static_library("Host") {
}
if (current_os == "aix") {
- sources += [ "aix/HostInfoAIX.cpp" ]
+ sources += [
+ "aix/Host.cpp",
+ "aix/HostInfoAIX.cpp",
+ ]
}
if (current_os == "mac") {
More information about the llvm-commits
mailing list