From 8ccdb8e40ae990165aa6e9db5fdb962a87c754ea Mon Sep 17 00:00:00 2001 From: LLVM GN Syncbot Date: Tue, 1 Aug 2023 00:22:44 +0000 Subject: [PATCH] [gn build] Port 6553608acac4 --- .../gn/secondary/libcxx/include/BUILD.gn | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn index 5eac03eb34eb..df57518abfcf 100644 --- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn +++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn @@ -549,6 +549,25 @@ if (current_toolchain == default_toolchain) { "__locale_dir/locale_base_api/bsd_locale_defaults.h", "__locale_dir/locale_base_api/bsd_locale_fallbacks.h", "__locale_dir/locale_base_api/locale_guard.h", + "__math/abs.h", + "__math/copysign.h", + "__math/error_functions.h", + "__math/exponential_functions.h", + "__math/fdim.h", + "__math/fma.h", + "__math/gamma.h", + "__math/hyperbolic_functions.h", + "__math/hypot.h", + "__math/inverse_hyperbolic_functions.h", + "__math/inverse_trigonometric_functions.h", + "__math/logarithms.h", + "__math/min_max.h", + "__math/modulo.h", + "__math/remainder.h", + "__math/roots.h", + "__math/rounding_functions.h", + "__math/traits.h", + "__math/trigonometric_functions.h", "__mbstate_t.h", "__mdspan/default_accessor.h", "__mdspan/extents.h",