Skip to content

Commit 82b42e9

Browse files
committed
Skip for llvm 19
1 parent 192962a commit 82b42e9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

unittests/CppInterOp/DynamicLibraryManagerTest.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,9 @@ TEST(DynamicLibraryManagerTest, BasicSymbolLookup) {
6262
#ifndef EMSCRIPTEN
6363
GTEST_SKIP() << "This test is only intended for Emscripten builds.";
6464
#endif
65+
#if CLANG_VERSION_MAJOR < 20
66+
GTEST_SKIP() << "Support for loading shared libraries was added in LLVM 20.";
67+
#endif
6568

6669
ASSERT_TRUE(Cpp::CreateInterpreter());
6770
EXPECT_FALSE(Cpp::GetFunctionAddress("ret_zero"));

0 commit comments

Comments
 (0)