[PATCH] D144276: [ORC] Introduce SetUpExecutorNativePlatform utility.

Lang Hames via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Mar 26 22:15:01 PDT 2023


lhames added a comment.

Apologies for the delay. I've finally gotten back to this and hope to land it next week.

@sunho -- I've added an `addVCRuntime` member to `SetUpExecutorNativePlatform`. Any suggestions on the best way to populate it in `lli`? Should we add a `-vc-runtime=<path>` option? Is there a reasonable default search order that we could look in? Do we even need to set this by default, or is it optional?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D144276



More information about the llvm-commits mailing list