[llvm] 894de81 - [gn build] Port 81eda008e952
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Wed Dec 8 05:46:20 PST 2021
Author: LLVM GN Syncbot
Date: 2021-12-08T13:42:16Z
New Revision: 894de8118aa412c1e0b89fc1e9c906f42936fbb7
URL: https://github.com/llvm/llvm-project/commit/894de8118aa412c1e0b89fc1e9c906f42936fbb7
DIFF: https://github.com/llvm/llvm-project/commit/894de8118aa412c1e0b89fc1e9c906f42936fbb7.diff
LOG: [gn build] Port 81eda008e952
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 f1cab3a1cea19..3b6729880c010 100644
--- a/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/include/BUILD.gn
@@ -316,6 +316,7 @@ if (current_toolchain == default_toolchain) {
"__random/binomial_distribution.h",
"__random/cauchy_distribution.h",
"__random/chi_squared_distribution.h",
+ "__random/clamp_to_integral.h",
"__random/default_random_engine.h",
"__random/discard_block_engine.h",
"__random/discrete_distribution.h",
More information about the llvm-commits
mailing list