[all-commits] [llvm/llvm-project] d9283e: [libc] Run libc tests unconditionally, even if the...
Siva Chandra via All-commits
all-commits at lists.llvm.org
Fri Feb 10 00:47:36 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d9283e79d826d83ec4d124baede855475e99611b
https://github.com/llvm/llvm-project/commit/d9283e79d826d83ec4d124baede855475e99611b
Author: Siva Chandra Reddy <sivachandra at google.com>
Date: 2023-02-10 (Fri, 10 Feb 2023)
Changed paths:
M libc/cmake/modules/LLVMLibCTestRules.cmake
Log Message:
-----------
[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
More information about the All-commits
mailing list