[PATCH] D146834: [support] Temporarily disable Inf/NaN testing in PrintNumber
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 10:45:37 PDT 2023
paulkirth created this revision.
paulkirth added reviewers: jhenderson, ro, abhina.sreeskantharajan.
Herald added a project: All.
paulkirth requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
This is still breaking on some platforms. The underlying implementation
doesn't seem to be the cause, rather the test is not robust across
platforms. So, we'll just disable this for the time being, to unblock
builds until we have a proper fix.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146834
Files:
llvm/unittests/Support/ScopedPrinterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146834.508161.patch
Type: text/x-patch
Size: 4871 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230324/cb400786/attachment.bin>
More information about the llvm-commits
mailing list