[all-commits] [llvm/llvm-project] 95612a: [ORC] Use GTEST_SKIP in ORC C-API unit test.
lhames via All-commits
all-commits at lists.llvm.org
Fri May 21 10:16:08 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95612afc1d69ff470943b10210bb902fa14fc4e8
https://github.com/llvm/llvm-project/commit/95612afc1d69ff470943b10210bb902fa14fc4e8
Author: Lang Hames <lhames at gmail.com>
Date: 2021-05-21 (Fri, 21 May 2021)
Changed paths:
M llvm/unittests/ExecutionEngine/Orc/OrcCAPITest.cpp
Log Message:
-----------
[ORC] Use GTEST_SKIP in ORC C-API unit test.
Now that gtest has been updated to 1.10 which supports GTEST_SKIP, we can use
that over return;
Patch by Mats Larsen. Thanks Mats!
Reviewed By: lhames, ikudrin
Differential Revision: https://reviews.llvm.org/D102710
More information about the All-commits
mailing list