search for: __dllimport

Displaying 3 results from an estimated 3 matches for "__dllimport".

2020 Aug 24
2
ORC JIT - Incorrect support for COFF files?
...0 To: Stefan Gränitz <stefan.graenitz at gmail.com> Cc: Gaier, Bjoern <Bjoern.Gaier at horiba.com>; LLVM Developers Mailing List <llvm-dev at lists.llvm.org> Subject: Re: [llvm-dev] ORC JIT - Incorrect support for COFF files? Hi Stefan, Bjoern, For calls across object boundaries __dllimport now supported in RuntimeDyld: https://github.com/llvm/llvm-project/commit/337e131ca7de48072def7729df69434c37a66eb7<https://hes32-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fllvm%2fllvm%2dproject%2fcommit%2f337e131ca7de48072def7729df69434c37a66eb7&umid=9d78551...
2020 Aug 21
2
ORC JIT - Incorrect support for COFF files?
Hi Björn I made a workaround for this specific issue a long time ago for the Projucer C++ JIT Engine. It basically forwards the call to another stub that provides enough space to encode a full 64-bit address. The patch is based on LLVM 3.9, so I guess it won't work out-of-the-box on a recent release, but it may give you enough hints to figure it out on your own:
2020 Aug 25
2
ORC JIT - Incorrect support for COFF files?
...oern.Gaier at horiba.com<mailto:Bjoern.Gaier at horiba.com>>; LLVM Developers Mailing List <llvm-dev at lists.llvm.org<mailto:llvm-dev at lists.llvm.org>> Subject: Re: [llvm-dev] ORC JIT - Incorrect support for COFF files? Hi Stefan, Bjoern, For calls across object boundaries __dllimport now supported in RuntimeDyld: https://github.com/llvm/llvm-project/commit/337e131ca7de48072def7729df69434c37a66eb7<https://hes32-ctp.trendmicro.com:443/wis/clicktime/v1/query?url=https%3a%2f%2fgithub.com%2fllvm%2fllvm%2dproject%2fcommit%2f337e131ca7de48072def7729df69434c37a66eb7&umid=9d78551...