This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG1ce07cd614be: Instantiate Error in
Target::GetEntryPointAddress() only when necessary (authored by dim).
Repository:
rG LLVM Github Monorepo
CHAN
JDevlieghere accepted this revision.
JDevlieghere added a comment.
This revision is now accepted and ready to land.
LGTM
Comment at: lldb/source/Target/Target.cpp:2408-2446
llvm::Expected Target::GetEntryPointAddress() {
Module *exe_module = GetExecutableModulePointer();