Displaying 3 results from an estimated 3 matches for "branch26".
2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...0000000000000 -- 0x0000000000000064: ltmp0 [non-canonical]*
* Processing section __compact_unwind...*
* Creating block for 0x0000000000000068 -- 0x0000000000000088:
__compact_unwind + 0x0000000000000000 with 1 symbol(s)...*
* 0x0000000000000068 -- 0x0000000000000088: ltmp1*
*Processing Branch26 relocation at 0x000000000000004c*
*edge at 0x000000000000004c: 0x0000000000000000 + 76 -- Branch26 ->
<__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEPFRS3_S4_E: flags =
SD-, size = 0x00000000, addr = 0x0000000000000000 (0x0000000000000000 +
0x00000000)> + 0*
*Processing Branch26 rel...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...on __compact_unwind...
> >>
> >> Creating block for 0x0000000000000068 -- 0x0000000000000088:
> __compact_unwind + 0x0000000000000000 with 1 symbol(s)...
> >>
> >> 0x0000000000000068 -- 0x0000000000000088: ltmp1
> >>
> >> Processing Branch26 relocation at 0x000000000000004c
> >>
> >> edge at 0x000000000000004c: 0x0000000000000000 + 76 -- Branch26 ->
> <__ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEPFRS3_S4_E: flags =
> SD-, size = 0x00000000, addr = 0x0000000000000000 (0x0000000000000000 +
> 0x0000...
2020 May 23
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
Hello,
I am trying to run this basic C++ hello-world code in my iOS app that has
LLVM libraries linked in (the app runs on the actual device - iPad Pro, iOS
13.4.1).
#include <iostream>
int main (int argh, char *argv[]) {
std::cout << "Hello World!" << std::endl;
return 0;
}
So below is the break down of the steps that I do:
First I compile this code to an