search for: __exp2_finite

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

2020 Oct 05
2
LLJIT: __{math}_finite symbols not resolved ?
...d would be to define absoluteSymbol entries > for these functions: > > auto Err = J->getMainJITDylib().define( > absoluteSymbols({ > { J->mangleAndIntern("__log_finite"), > pointerToJITTargetAddress(&__log_finite) }, > { J->mangleAndIntern("__exp2_finite"), > pointerToJITTargetAddress(&__exp2_finite) } > })); > > -- Lang. > > On Mon, Oct 5, 2020 at 12:31 PM Jean-Michaël Celerier < > jeanmichael.celerier at gmail.com> wrote: > >> Hello, >> Right now I am just using a Generator to look for symbols i...
2020 Oct 05
2
LLJIT: __{math}_finite symbols not resolved ?
...t;> - https://github.com/cms-sw/cmssw/issues/24935 >> - https://github.com/google/filament/issues/2146 >> >> But when going through LLJIT (tested with LLVM-10 & LLVM-11, on >> ArchLinux, glibc-2.32) I still get >> >> Symbols not found: [ __log_finite, __exp2_finite ] >> >> when trying to materialize my code. >> >> What could be done for that ? "Recompiling" doesn't seem to fix anything >> in this case so it looks like LLJIT lacks the mechanism to understand the >> ELF symbol indirection. >> >> Than...
2020 Oct 05
2
LLJIT: __{math}_finite symbols not resolved ?
...e new glibc. - https://bugs.llvm.org/show_bug.cgi?id=44842 - https://github.com/cms-sw/cmssw/issues/24935 - https://github.com/google/filament/issues/2146 But when going through LLJIT (tested with LLVM-10 & LLVM-11, on ArchLinux, glibc-2.32) I still get Symbols not found: [ __log_finite, __exp2_finite ] when trying to materialize my code. What could be done for that ? "Recompiling" doesn't seem to fix anything in this case so it looks like LLJIT lacks the mechanism to understand the ELF symbol indirection. Thanks, Jean-Michaël -------------- next part -------------- An HTML atta...