[llvm] aa53d07 - [gn build] Port bf20a09790cb

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 27 15:15:08 PST 2022


Author: LLVM GN Syncbot
Date: 2022-01-27T23:10:54Z
New Revision: aa53d0781b887eae3e8a5025989f5ffaaa4ec7fa

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

LOG: [gn build] Port bf20a09790cb

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 e4fa480a6aa34..bfc7d90c3179b 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -173,8 +173,11 @@ if (current_toolchain == default_toolchain) {
       "__chrono/system_clock.h",
       "__chrono/time_point.h",
       "__compare/common_comparison_category.h",
+      "__compare/compare_partial_order_fallback.h",
+      "__compare/compare_strong_order_fallback.h",
       "__compare/compare_three_way.h",
       "__compare/compare_three_way_result.h",
+      "__compare/compare_weak_order_fallback.h",
       "__compare/is_eq.h",
       "__compare/ordering.h",
       "__compare/partial_order.h",


        


More information about the llvm-commits mailing list