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

Igor Kudrin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 17:26:54 PDT 2021


ikudrin added a comment.

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


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