[llvm] 7d9f11b - [gn build] Port ae53d02f557c
LLVM GN Syncbot via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 7 00:14:52 PST 2021
Author: LLVM GN Syncbot
Date: 2021-12-07T08:10:43Z
New Revision: 7d9f11be81850d6c0625fd97b38d0933ef5cb716
URL: https://github.com/llvm/llvm-project/commit/7d9f11be81850d6c0625fd97b38d0933ef5cb716
DIFF: https://github.com/llvm/llvm-project/commit/7d9f11be81850d6c0625fd97b38d0933ef5cb716.diff
LOG: [gn build] Port ae53d02f557c
Added:
Modified:
llvm/utils/gn/secondary/libcxx/src/BUILD.gn
Removed:
################################################################################
diff --git a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
index ae96840b1cfdb..0a5a3408cc6f8 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -128,17 +128,7 @@ cxx_sources = [
"include/atomic_support.h",
"include/config_elast.h",
"include/refstring.h",
- "include/ryu/common.h",
- "include/ryu/d2fixed.h",
- "include/ryu/d2fixed_full_table.h",
- "include/ryu/d2s.h",
- "include/ryu/d2s_full_table.h",
- "include/ryu/d2s_intrinsics.h",
- "include/ryu/digit_table.h",
- "include/ryu/f2s.h",
- "include/ryu/ryu.h",
"include/sso_allocator.h",
- "include/to_chars_floating_point.h",
"ios.cpp",
"ios.instantiations.cpp",
"iostream.cpp",
@@ -152,9 +142,6 @@ cxx_sources = [
"random.cpp",
"random_shuffle.cpp",
"regex.cpp",
- "ryu/d2fixed.cpp",
- "ryu/d2s.cpp",
- "ryu/f2s.cpp",
"shared_mutex.cpp",
"stdexcept.cpp",
"string.cpp",
More information about the llvm-commits
mailing list