Skip to content

Commit 2cb8352

Browse files
Fix1
1 parent 6ef47d7 commit 2cb8352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Interpreter/CppInterOp.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3663,7 +3663,7 @@ namespace Cpp {
36633663
if (!loadedSymbols.empty()) {
36643664
llvm::cantFail(R->notifyResolved(loadedSymbols));
36653665

3666-
#if CLANG_VERSION_MAJOR < 18
3666+
#if CLANG_VERSION_MAJOR > 18
36673667
llvm::orc::SymbolDependenceGroup DepGroup;
36683668
llvm::cantFail(R->notifyEmitted({DepGroup}));
36693669
#else

0 commit comments

Comments
 (0)