[PATCH] D72563: [ORC] Fix runAsMain() utility function for lli to pass arguments to JITed main

Stefan Gränitz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Jan 11 15:57:57 PST 2020


sgraenitz created this revision.
sgraenitz added a reviewer: lhames.
Herald added a subscriber: hiraditya.
Herald added a project: LLVM.

The function missed the last item of argv.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D72563

Files:
  llvm/lib/ExecutionEngine/Orc/ExecutionUtils.cpp
  llvm/test/ExecutionEngine/OrcLazy/runAsMain0.ll
  llvm/test/ExecutionEngine/OrcLazy/runAsMain2.ll
  llvm/tools/lli/lli.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D72563.237522.patch
Type: text/x-patch
Size: 3047 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200111/90874569/attachment.bin>


More information about the llvm-commits mailing list