[llvm-branch-commits] [llvm] cff97ac - Merge branch 'main' into revert-141918-fix/indirect-call-instrumentation-snippet
via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Fri Dec 5 07:52:39 PST 2025
Author: Paschalis Mpeis
Date: 2025-12-05T15:52:34Z
New Revision: cff97ac142aaa6ee33e9e3e8dd1b824bb9880dee
URL: https://github.com/llvm/llvm-project/commit/cff97ac142aaa6ee33e9e3e8dd1b824bb9880dee
DIFF: https://github.com/llvm/llvm-project/commit/cff97ac142aaa6ee33e9e3e8dd1b824bb9880dee.diff
LOG: Merge branch 'main' into revert-141918-fix/indirect-call-instrumentation-snippet
Added:
Modified:
llvm/utils/gn/secondary/libcxx/include/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
index f4405664d0dad..9755fe3a7ea50 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -1182,6 +1182,7 @@ if (current_toolchain == default_toolchain) {
"__locale_dir/support/fuchsia.h",
"__locale_dir/support/linux.h",
"__locale_dir/support/netbsd.h",
+ "__locale_dir/support/newlib.h",
"__locale_dir/support/no_locale/characters.h",
"__locale_dir/support/no_locale/strtonum.h",
"__locale_dir/support/windows.h",
More information about the llvm-branch-commits
mailing list