junaire marked an inline comment as done.
junaire added inline comments.
================
Comment at: clang/lib/Interpreter/IncrementalExecutor.cpp:88
return Sym.takeError();
- return Sym->getValue();
+ return llvm::orc::ExecutorAddr(Sym->getValue());
}
----------------
sgraenitz wrote:
> I think `Sym` is a `Expected<ExecutorAddr>` already
good catch, thx!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D148434/new/
https://reviews.llvm.org/D148434
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits