[llvm] 98c9b33 - [gn build] Port 3df094d31eac

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 10 19:19:51 PDT 2021


Author: LLVM GN Syncbot
Date: 2021-10-11T02:15:37Z
New Revision: 98c9b3362f02417782f74a3d5b5925f815818b3b

URL: https://github.com/llvm/llvm-project/commit/98c9b3362f02417782f74a3d5b5925f815818b3b
DIFF: https://github.com/llvm/llvm-project/commit/98c9b3362f02417782f74a3d5b5925f815818b3b.diff

LOG: [gn build] Port 3df094d31eac

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 ad26d40ea41b8..ab85e447c7bb3 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -160,6 +160,7 @@ if (current_toolchain == default_toolchain) {
       "__charconv/from_chars_result.h",
       "__charconv/to_chars_result.h",
       "__compare/common_comparison_category.h",
+      "__compare/compare_three_way.h",
       "__compare/compare_three_way_result.h",
       "__compare/is_eq.h",
       "__compare/ordering.h",


        


More information about the llvm-commits mailing list