Displaying 3 results from an estimated 3 matches for "igorgomon".
2020 May 23
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...Any help would be greatly appreciated.
Thank you.
--
Best,
Igor
#4 0x0000000106696d70 in llvm::jitlink::Symbol::constructNamedDef(void*,
llvm::jitlink::Block&, unsigned long long, llvm::StringRef, unsigned long
long, llvm::jitlink::Linkage, llvm::jitlink::Scope, bool, bool) at
/Users/igorgomon/dev/third-party/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h:366
#5 0x0000000106691e8c in
llvm::jitlink::LinkGraph::addDefinedSymbol(llvm::jitlink::Block&, unsigned
long long, llvm::StringRef, unsigned long long, llvm::jitlink::Linkage,
llvm::jitlink::Scope, bool, bool) at...
2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...ock for 0x0000000000000000 -- 0x0000000000000000: __text +
0x0000000000000000 with 1 symbol(s)...*
* 0x0000000000000000 -- 0x0000000000000000: ltmp0*
*Assertion failed: (Offset < Base.getSize() && "Symbol offset is outside
block"), function constructNamedDef, file
/Users/igorgomon/dev/third-party/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h,
line 366.*
On Tue, Jun 2, 2020 at 12:07 PM Lang Hames <lhames at gmail.com> wrote:
> Hi Igor,
>
> The -debug-only option should be provided to your tool's main function,
> rather than to the JI...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...x0000000000000000 with 1 symbol(s)...
> >>
> >> 0x0000000000000000 -- 0x0000000000000000: ltmp0
> >>
> >> Assertion failed: (Offset < Base.getSize() && "Symbol offset is outside
> block"), function constructNamedDef, file
> /Users/igorgomon/dev/third-party/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/JITLink.h,
> line 366.
> >>
> >>
> >> On Tue, Jun 2, 2020 at 12:07 PM Lang Hames <lhames at gmail.com> wrote:
> >>>
> >>> Hi Igor,
> >>>
> >>> T...