search for: ___orc_lcl

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

2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...ct = none* * __ZNSt3__14endlIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_: value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none* * __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc: value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none* * ___orc_lcl..str.0: value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none* *Creating graph symbols...* * Processing section __text...* * Creating block for 0x0000000000000000 -- 0x0000000000000064: __text + 0x0000000000000000 with 2 symbol(s)...* * 0x0000000000000000 -- 0x00000000000...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...basic_ostreamIT_T0_EES7_: > value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none > >> > >> __ZNSt3__1lsINS_11char_traitsIcEEEERNS_13basic_ostreamIcT_EES6_PKc: > value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none > >> > >> ___orc_lcl..str.0: value = 0x0000000000000000, type = 0x01, desc = > 0x0000, sect = none > >> > >> Creating graph symbols... > >> > >> Processing section __text... > >> > >> Creating block for 0x0000000000000000 -- 0x0000000000000064: __text >...
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