[PATCH] D152574: [Orc][Coff] Skip registration of voltbl sections

Sunho Kim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 9 14:22:26 PDT 2023


sunho added a comment.

coff platform just landed last year, so it can be quite cranky. It is stable enough to link basic microsoft STL or capstone disassembler <http://www.capstone-engine.org/> obj files but these are only real world applications I tested out. Please let me know if there's any issue.

Regarding how to use it, llvm-jitlink has some usage of coff platform. https://github.com/llvm/llvm-project/blob/2adf9c9f502acacf3b846cbf64d8a4739c803de6/llvm/tools/llvm-jitlink/llvm-jitlink.cpp#L1011 You can also use ExecutorNativePlatform if you're using LLJIT.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D152574



More information about the llvm-commits mailing list