[llvm] b6a6ddf - [gn build] Port a3255f219a86

LLVM GN Syncbot via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 28 12:05:42 PST 2022


Author: LLVM GN Syncbot
Date: 2022-02-28T20:01:32Z
New Revision: b6a6ddf134731b4772c3d2fd661a662d3f0fd6f3

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

LOG: [gn build] Port a3255f219a86

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 e78adbe9f0aba..2042d372e5bac 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -368,6 +368,7 @@ if (current_toolchain == default_toolchain) {
       "__random/geometric_distribution.h",
       "__random/independent_bits_engine.h",
       "__random/is_seed_sequence.h",
+      "__random/is_valid.h",
       "__random/knuth_b.h",
       "__random/linear_congruential_engine.h",
       "__random/log2.h",


        


More information about the llvm-commits mailing list