[PATCH] D111528: [Orc] Allow in-band errors for runAsMain() via SPS

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 11 11:33:11 PDT 2021


sgraenitz abandoned this revision.
sgraenitz added a comment.

Passing a valid function address is the responsibility of the user and laying out argv correctly is an ABI detail. If anything like this fails, we probably have to hang up anyway and send the error with that D111527 <https://reviews.llvm.org/D111527>.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D111528/new/

https://reviews.llvm.org/D111528



More information about the llvm-commits mailing list