[llvm] 6f915f4 - [gn build] Port af0d731b1298

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 22 07:12:49 PDT 2024


Author: LLVM GN Syncbot
Date: 2024-07-22T14:05:07Z
New Revision: 6f915f48c1362fa3273e57e4a152830e3c8dd77e

URL: https://github.com/llvm/llvm-project/commit/6f915f48c1362fa3273e57e4a152830e3c8dd77e
DIFF: https://github.com/llvm/llvm-project/commit/6f915f48c1362fa3273e57e4a152830e3c8dd77e.diff

LOG: [gn build] Port af0d731b1298

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 1e42aef80ee5b..cc759d2337516 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -580,6 +580,7 @@ if (current_toolchain == default_toolchain) {
       "__math/remainder.h",
       "__math/roots.h",
       "__math/rounding_functions.h",
+      "__math/special_functions.h",
       "__math/traits.h",
       "__math/trigonometric_functions.h",
       "__mbstate_t.h",


        


More information about the llvm-commits mailing list