We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 101533c commit bde824bCopy full SHA for bde824b
lib/Interpreter/CppInterOp.cpp
@@ -1103,9 +1103,8 @@ namespace Cpp {
1103
auto FDAorErr = compat::getSymbolAddress(I, mangled_name);
1104
if (llvm::Error Err = FDAorErr.takeError())
1105
llvm::consumeError(std::move(Err)); // nullptr if missing
1106
- else {
+ else
1107
return llvm::jitTargetAddressToPointer<void*>(*FDAorErr);
1108
- }
1109
return nullptr;
1110
}
1111
0 commit comments