[PATCH] D102710: [NFC][test] replace empty returns with GTEST_SKIP

Mats Larsen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 14:29:03 PDT 2021


supergrecko added a comment.

In D102710#2767524 <https://reviews.llvm.org/D102710#2767524>, @ikudrin wrote:

> `GTEST_SKIP()` may be called in `OrcCAPITestBase::SetUp()` so that checks can be removed in every separate test.

That also works, thank you for the suggestion. I've updated the revision accordingly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102710/new/

https://reviews.llvm.org/D102710



More information about the llvm-commits mailing list