[llvm] [libc][bazel] Add targets for strfrom<float> (PR #128956)

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 15:04:58 PST 2025


================
@@ -149,6 +149,37 @@ libc_test(
     deps = ["//libc:types_size_t"],
 )
 
+libc_support_library(
+    name = "strfrom_test_support",
----------------
vonosmas wrote:

Similar targets in this file have suffix `_helper`, maybe we should use it here as well?

https://github.com/llvm/llvm-project/pull/128956


More information about the llvm-commits mailing list