[libc-commits] [PATCH] D148497: [libc][NFC] Move RandUtils.h to test/src/math.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Sun Apr 16 23:43:00 PDT 2023


sivachandra created this revision.
sivachandra added a reviewer: lntue.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

It is currently used only by math tests so moving it to test/src/math
keeps it closer to where it is used.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D148497

Files:
  libc/test/src/CMakeLists.txt
  libc/test/src/math/CMakeLists.txt
  libc/test/src/math/FmaTest.h
  libc/test/src/math/RandUtils.cpp
  libc/test/src/math/RandUtils.h
  libc/utils/testutils/CMakeLists.txt
  libc/utils/testutils/RandUtils.cpp
  libc/utils/testutils/RandUtils.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D148497.514110.patch
Type: text/x-patch
Size: 3091 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230417/87ffeb6e/attachment-0001.bin>


More information about the libc-commits mailing list