search for: __znst3__14coute

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

2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...= 0* * ltmp1: value = 0x0000000000000068, type = 0x0e, desc = 0x0000, sect = 1* * _main: value = 0x0000000000000000, type = 0x0f, desc = 0x0000, sect = 0* * __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEPFRS3_S4_E: value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none* * __ZNSt3__14coutE: value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = 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 = 0x000...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...; >> > >> _main: value = 0x0000000000000000, type = 0x0f, desc = 0x0000, sect = > 0 > >> > >> __ZNSt3__113basic_ostreamIcNS_11char_traitsIcEEElsEPFRS3_S4_E: value > = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none > >> > >> __ZNSt3__14coutE: value = 0x0000000000000000, type = 0x01, desc = > 0x0000, sect = none > >> > >> > __ZNSt3__14endlIcNS_11char_traitsIcEEEERNS_13basic_ostreamIT_T0_EES7_: > value = 0x0000000000000000, type = 0x01, desc = 0x0000, sect = none > >> > >> __ZNSt3__1lsINS_1...
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