[all-commits] [llvm/llvm-project] e2f549: [libc][NFC] Move RandUtils.h to test/src/math.
Siva Chandra via All-commits
all-commits at lists.llvm.org
Mon Apr 17 08:43:45 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e2f5495010c7aac452c981b74fd7e592b9db5efe
https://github.com/llvm/llvm-project/commit/e2f5495010c7aac452c981b74fd7e592b9db5efe
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-04-17 (Mon, 17 Apr 2023)
Changed paths:
M libc/test/src/CMakeLists.txt
M libc/test/src/math/CMakeLists.txt
M libc/test/src/math/FmaTest.h
A libc/test/src/math/RandUtils.cpp
A libc/test/src/math/RandUtils.h
M libc/utils/testutils/CMakeLists.txt
R libc/utils/testutils/RandUtils.cpp
R libc/utils/testutils/RandUtils.h
Log Message:
-----------
[libc][NFC] Move RandUtils.h to test/src/math.
It is currently used only by math tests so moving it to test/src/math
keeps it closer to where it is used.
Reviewed By: lntue
Differential Revision: https://reviews.llvm.org/D148497
More information about the All-commits
mailing list