Skip to content

Commit a97f206

Browse files
committed
[MLIR] Fix unit-test missing guard SKIP_WITHOUT_JIT to exclude it on sparc
1 parent 8a7fa1e commit a97f206

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/unittests/ExecutionEngine/Invoke.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ static int initCnt = 0;
326326
// A helper function that will be called during the JIT's initialization.
327327
static void initCallback() { initCnt += 1; }
328328

329-
TEST(MLIRExecutionEngine, MAYBE_JITCallbackInGlobalCtor) {
329+
TEST(MLIRExecutionEngine, SKIP_WITHOUT_JIT(CallbackInGlobalCtor)) {
330330
auto tmBuilderOrError = llvm::orc::JITTargetMachineBuilder::detectHost();
331331
ASSERT_TRUE(!!tmBuilderOrError);
332332
if (tmBuilderOrError->getTargetTriple().isAArch64()) {

0 commit comments

Comments
 (0)