[libc-commits] [PATCH] D143627: [libc] Run libc tests unconditionally, even if there are no source changes.

Siva Chandra via Phabricator via libc-commits libc-commits at lists.llvm.org
Wed Feb 8 21:45:23 PST 2023


sivachandra created this revision.
sivachandra added reviewers: gchatelet, jhuber6.
Herald added subscribers: libc-commits, ecnelises, tschuett.
Herald added projects: libc-project, All.
sivachandra requested review of this revision.

Before this change, the test binaries were executed only if the deps
changed. This change makes the test binaries run unconditionally. This
is more in line with the rest of LLVM. Future patches will print test
statistics etc., much like the rest of LLVM.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143627

Files:
  libc/cmake/modules/LLVMLibCTestRules.cmake

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143627.496022.patch
Type: text/x-patch
Size: 4708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libc-commits/attachments/20230209/1b72ca3e/attachment.bin>


More information about the libc-commits mailing list