[all-commits] [llvm/llvm-project] 1eb974: Fix check-clang-tools target after 7cc8377f2c572a9...
Sam McCall via All-commits
all-commits at lists.llvm.org
Fri May 6 14:09:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1eb97481ef8b7c8923b29d80b8b018015dd3e27c
https://github.com/llvm/llvm-project/commit/1eb97481ef8b7c8923b29d80b8b018015dd3e27c
Author: Sam McCall <sam.mccall at gmail.com>
Date: 2022-05-06 (Fri, 06 May 2022)
Changed paths:
M clang-tools-extra/test/CMakeLists.txt
Log Message:
-----------
Fix check-clang-tools target after 7cc8377f2c572a919ecb
This change was intended to add the tests check-clang and check-clang-pseudo,
but afterwards it was *only* running those tests.
(This was because unlike add_lit_testsuite, add_lit_testsuite*s* does not
get included in umbrella suites).
More information about the All-commits
mailing list