[libc] Run libc tests unconditionally, even if there are no source changes.
authorSiva Chandra Reddy <sivachandra@google.com>
Thu, 9 Feb 2023 05:42:12 +0000 (05:42 +0000)
committerSiva Chandra Reddy <sivachandra@google.com>
Fri, 10 Feb 2023 08:47:20 +0000 (08:47 +0000)
commitd9283e79d826d83ec4d124baede855475e99611b
tree917768a3329dc34ad20bdbccb964d6eb4b8b8a6d
parent2441c0730603eb6a543dae56c14c3e1ccb08fb55
[libc] Run libc tests unconditionally, even if there are no source changes.

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.

Reviewed By: gchatelet

Differential Revision: https://reviews.llvm.org/D143627
libc/cmake/modules/LLVMLibCTestRules.cmake