[llvm] 71e1f0c - [gn build] Port 344cef6695e9
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 22 10:28:48 PST 2021
Author: LLVM GN Syncbot
Date: 2021-11-22T18:24:44Z
New Revision: 71e1f0caf4b6d0dea0c926fe55eca5de673c0832
URL: https://github.com/llvm/llvm-project/commit/71e1f0caf4b6d0dea0c926fe55eca5de673c0832
DIFF: https://github.com/llvm/llvm-project/commit/71e1f0caf4b6d0dea0c926fe55eca5de673c0832.diff
LOG: [gn build] Port 344cef6695e9
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 8e10babb332a5..ba4096dda3af8 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -295,7 +295,41 @@ if (current_toolchain == default_toolchain) {
"__mutex_base",
"__node_handle",
"__nullptr",
+ "__random/bernoulli_distribution.h",
+ "__random/binomial_distribution.h",
+ "__random/cauchy_distribution.h",
+ "__random/chi_squared_distribution.h",
+ "__random/default_random_engine.h",
+ "__random/discard_block_engine.h",
+ "__random/discrete_distribution.h",
+ "__random/exponential_distribution.h",
+ "__random/extreme_value_distribution.h",
+ "__random/fisher_f_distribution.h",
+ "__random/gamma_distribution.h",
+ "__random/generate_canonical.h",
+ "__random/geometric_distribution.h",
+ "__random/independent_bits_engine.h",
+ "__random/is_seed_sequence.h",
+ "__random/knuth_b.h",
+ "__random/linear_congruential_engine.h",
+ "__random/log2.h",
+ "__random/lognormal_distribution.h",
+ "__random/mersenne_twister_engine.h",
+ "__random/negative_binomial_distribution.h",
+ "__random/normal_distribution.h",
+ "__random/piecewise_constant_distribution.h",
+ "__random/piecewise_linear_distribution.h",
+ "__random/poisson_distribution.h",
+ "__random/random_device.h",
+ "__random/ranlux.h",
+ "__random/seed_seq.h",
+ "__random/shuffle_order_engine.h",
+ "__random/student_t_distribution.h",
+ "__random/subtract_with_carry_engine.h",
"__random/uniform_int_distribution.h",
+ "__random/uniform_random_bit_generator.h",
+ "__random/uniform_real_distribution.h",
+ "__random/weibull_distribution.h",
"__ranges/access.h",
"__ranges/all.h",
"__ranges/common_view.h",
More information about the llvm-commits
mailing list