[PATCH] D144276: [ORC] Introduce SetUpExecutorNativePlatform utility.
Sunho Kim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 17 11:30:17 PST 2023
sunho added inline comments.
================
Comment at: llvm/lib/ExecutionEngine/Orc/LLJIT.cpp:1013
+
+ // FIXME: ORCPlatformSupport isn't going to work for COFF.
+ J.setPlatformSupport(std::make_unique<ORCPlatformSupport>(J));
----------------
It does work in COFF. COFF orc runtime implements a wrapper to provide the same initialize interface like *nix. Room for better design but it does work right now.
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