[llvm] dfb68e4 - [gn build] (semiautomaticallly) port a8025e06fc0f (libc++ ryu)

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 5 04:52:51 PST 2021


Author: Nico Weber
Date: 2021-12-05T07:52:43-05:00
New Revision: dfb68e49aa1a9a358cda3ad902acaf5e3f1c0241

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

LOG: [gn build] (semiautomaticallly) port a8025e06fc0f (libc++ ryu)

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 6fa9ecacd6ad1..fbd95993a13b4 100644
--- a/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
+++ b/llvm/utils/gn/secondary/libcxx/src/BUILD.gn
@@ -128,7 +128,17 @@ 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",
@@ -142,6 +152,9 @@ 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