[llvm-dev] Some questions regarding ORC JIT apis

Dibyendu Majumdar via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 25 14:31:30 PDT 2017


Hi Stefan,

On 25 September 2017 at 22:13, Stefan Gränitz <stefan.graenitz at gmail.com> wrote:
>> On Windows 10 64-bit, with
>> dynamic linking - I found one unexpected behaviour - the findSymbol()
>> is unable to locate the JIT compiled function in the module if search
>> for "exported" only is true ... even though the function is defined as
>> having ExternalLinkage. I have to test on Linux / Mac OSX to see if
>> the behaviour is different there.
> Correct. There's a comment on it in the Kaleidoscope example:
> https://github.com/llvm-mirror/llvm/blob/master/examples/Kaleidoscope/include/KaleidoscopeJIT.h#L93
>

Thank you - that's helpful.

Regards
Dibyendu


More information about the llvm-dev mailing list