[llvm] 318942d - [gn build] Port abb5dd6e99df

Nico Weber via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 12 09:40:28 PST 2021


Author: Nico Weber
Date: 2021-12-12T12:39:32-05:00
New Revision: 318942de229beb3b2587df09e776a50327b5cef0

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

LOG: [gn build] Port abb5dd6e99df

(This reverts commit 7d9f11be81850d6c0625fd97b38d0933ef5cb716,
to reland the Ryu code: ae53d02f557c relanded in abb5dd6e99df).

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 0a5a3408cc6f8..ae96840b1cfdb 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