search for: __got

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

Did you mean: __get
2020 Jun 06
4
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...align-ofs = 0, section = $__STUBS* * 0x0000000000000000 -- 0x0000000000000008: content, align = 1, align-ofs = 0, section = $__STUBS* * zero-fill block:* * Segment R--:* * content block:* * 0x0000000000000000 -- 0x0000000000000008: content, align = 8, align-ofs = 0, section = $__GOT* * 0x0000000000000000 -- 0x0000000000000008: content, align = 8, align-ofs = 0, section = $__GOT* * 0x0000000000000000 -- 0x0000000000000008: content, align = 8, align-ofs = 0, section = $__GOT* * zero-fill block:* *JIT linker requesting: { R-X: alignment = 4, content size = 116, z...
2020 Jun 20
1
Assertion triggered when running simple hello-world code on iOS device using ORC/LLLazyJIT
...align-ofs = 0, section = $__STUBS > >> > >> zero-fill block: > >> > >> Segment R--: > >> > >> content block: > >> > >> 0x0000000000000000 -- 0x0000000000000008: content, align = 8, > align-ofs = 0, section = $__GOT > >> > >> 0x0000000000000000 -- 0x0000000000000008: content, align = 8, > align-ofs = 0, section = $__GOT > >> > >> 0x0000000000000000 -- 0x0000000000000008: content, align = 8, > align-ofs = 0, section = $__GOT > >> > >> z...
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