[libc-commits] [PATCH] D76825: [libc] Move implementations of cosf, sinf, sincosf to src/math directory.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Thu Mar 26 21:44:47 PDT 2020
sivachandra added a comment.
In D76825#1945462 <https://reviews.llvm.org/D76825#1945462>, @PaulkaToast wrote:
> Won't deleting the files in the AOR directory cause the `make check` on the buildbots to fail? It might make sense to leave the files and delete them once all functions have been migrated?
Yes, it will. I plan to move the tests also in a way that `make check` does not break.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76825/new/
https://reviews.llvm.org/D76825
More information about the libc-commits
mailing list