[libcxx-commits] [PATCH] D70631: Microsoft's floating-point to_chars powered by Ryu and Ryu Printf
Petr Hosek via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Dec 6 12:09:11 PST 2021
phosek added a comment.
This broke all our builders that use the bootstrapping build due to PR52584 <https://llvm.org/PR52584>. I saw you disabled the use of debugging information for libc++ ci in 15495be014032339600cda7770d7bf45dfb10d54 <https://reviews.llvm.org/rG15495be014032339600cda7770d7bf45dfb10d54>, but there are other projects that build LLVM from source at HEAD which will be affected by that issue. I'd prefer if this change was reverted until PR52584 <https://llvm.org/PR52584> is addressed or we find some other workaround.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70631/new/
https://reviews.llvm.org/D70631
More information about the libcxx-commits
mailing list