[all-commits] [llvm/llvm-project] b095aa: [libc] Use the new wide integer to hex string faci...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Thu May 18 13:48:47 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b095aa3f9a99bb69818532d41989eaeb6bc883ac
https://github.com/llvm/llvm-project/commit/b095aa3f9a99bb69818532d41989eaeb6bc883ac
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-05-18 (Thu, 18 May 2023)
Changed paths:
M libc/test/UnitTest/LibcTest.cpp
Log Message:
-----------
[libc] Use the new wide integer to hex string facility in LibcTest.
The old code, which has regressed over many cleanups, has been replaced
with the new wide integer to hex string facility.
Reviewed By: michaelrj
Differential Revision: https://reviews.llvm.org/D150901
More information about the All-commits
mailing list