[compiler-rt] Create the umbrella check-compiler-rt test target in non-standalone...
authorMartin Storsjö <martin@martin.st>
Thu, 30 Mar 2023 09:35:08 +0000 (09:35 +0000)
committerMartin Storsjö <martin@martin.st>
Thu, 6 Apr 2023 08:07:42 +0000 (11:07 +0300)
commit002897b5f1b253a6c78b6a1790952b4f399623c2
treeaefc1ce2bdd6ffb51b5ec1696e11807f3c949adb
parentb25e989e68372ab604e6da1934e51344880db87c
[compiler-rt] Create the umbrella check-compiler-rt test target in non-standalone builds too

I don't see why we can't have this target when built as a project alongside
llvm; especially in such build configs, it's useful to have one single target
for running all tests (in standalone builds, check-all does the same too),

Keep the creation of the check-all target only for standalone builds.

Differential Revision: https://reviews.llvm.org/D147646
compiler-rt/test/CMakeLists.txt