[all-commits] [llvm/llvm-project] c81925: [llvm][support] Fix ScopedPrinterTest on AIX
Paul Kirth via All-commits
all-commits at lists.llvm.org
Tue Mar 21 10:36:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c819257b7f3e88cbb90cdaaa90eec650513702c7
https://github.com/llvm/llvm-project/commit/c819257b7f3e88cbb90cdaaa90eec650513702c7
Author: Paul Kirth <paulkirth at google.com>
Date: 2023-03-21 (Tue, 21 Mar 2023)
Changed paths:
M llvm/unittests/Support/ScopedPrinterTest.cpp
Log Message:
-----------
[llvm][support] Fix ScopedPrinterTest on AIX
The test strings we used for infinity and NAN were not correct on AIX.
This patch creates those dynamically instead of hard-coded.
Reviewed By: abhina.sreeskantharajan
Differential Revision: https://reviews.llvm.org/D146542
More information about the All-commits
mailing list