[PATCH] D144140: [libc][bazel] add string to float targets

Michael Jones via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 14:27:53 PST 2023


michaelrj created this revision.
michaelrj added reviewers: lntue, sivachandra.
Herald added subscribers: ecnelises, tschuett.
Herald added a project: All.
michaelrj requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This patch adds atof, strtof, strtod, and strtold to the bazel build, as
well as their tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D144140

Files:
  utils/bazel/llvm-project-overlay/libc/BUILD.bazel
  utils/bazel/llvm-project-overlay/libc/test/src/stdlib/BUILD.bazel

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D144140.497805.patch
Type: text/x-patch
Size: 3363 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230215/91b6c633/attachment.bin>


More information about the llvm-commits mailing list