Signed-off-by: Jun Zhang <jun@junz.org>
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks. Maybe you can fix this one detail and add a description like "Most of Orc and JITLink are movinng away from JITTargetAddress and use ExecutorAddr instead"? Otherwise LGTM.
clang/lib/Interpreter/IncrementalExecutor.cpp | ||
---|---|---|
89 | I think Sym is a Expected<ExecutorAddr> already |
clang/lib/Interpreter/IncrementalExecutor.cpp | ||
---|---|---|
89 | good catch, thx! |
I think Sym is a Expected<ExecutorAddr> already