forked from OSchip/llvm-project
[gn build] Port abb5dd6e99
(This reverts commit7d9f11be81
, to reland the Ryu code:ae53d02f55
relanded inabb5dd6e99
).
This commit is contained in:
parent
05bea533d1
commit
318942de22
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue