[libc-commits] [PATCH] D150727: [libc] Add a convenience CMake function `add_unittest_framework_library`.
Siva Chandra via Phabricator via libc-commits
libc-commits at lists.llvm.org
Tue May 16 14:26:50 PDT 2023
sivachandra created this revision.
sivachandra added reviewers: jhuber6, lntue, michaelrj.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.
This function is used to add unit test and hermetic test framework libraries.
It avoids the duplicated code to add compile options to each every test
framework libraries.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D150727
Files:
libc/cmake/modules/LLVMLibCTestRules.cmake
libc/test/UnitTest/CMakeLists.txt
libc/utils/MPFRWrapper/CMakeLists.txt
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D150727.522790.patch
Type: text/x-patch
Size: 10251 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230516/408ce137/attachment.bin>
More information about the libc-commits
mailing list