[PATCH] D146739: [support] Fix PrintNumber Test on AIX
Paul Kirth via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 23 10:16:04 PDT 2023
paulkirth created this revision.
paulkirth added reviewers: abhina.sreeskantharajan, jhenderson.
Herald added a project: All.
paulkirth requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
When fixing the test earlier, we missed the JSON case for NaN and INF,
so handle those the same as for non-JSON, by creating the string
dynamically.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D146739
Files:
llvm/unittests/Support/ScopedPrinterTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D146739.507791.patch
Type: text/x-patch
Size: 4667 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230323/eaa163d7/attachment.bin>
More information about the llvm-commits
mailing list