search for: externfunction

Displaying 4 results from an estimated 4 matches for "externfunction".

2020 Aug 20
2
ORC JIT - Incorrect support for COFF files?
...e some code. For this purpose I created a test file (TestModule.cpp) and compiled it with Clang, generating two different files, one in the LLVM IR format and one in the Microsoft COFF format. The JIT resolves all undefined references, including "extern int planschiValue;" and "void externFunction();". Using the IR Module I will get the correct address for "planschiValue" and the correct value - however this is not the case for the object file. For the object file I get (via printf from the module) the address 0x000002295D6B003C while the actual address is 0x00007FF71D9959A4....
2020 Aug 24
2
ORC JIT - Incorrect support for COFF files?
...JIT and execute some code. For this purpose I created a test file (TestModule.cpp) and compiled it with Clang, generating two different files, one in the LLVM IR format and one in the Microsoft COFF format. The JIT resolves all undefined references, including “extern int planschiValue;” and “void externFunction();”. Using the IR Module I will get the correct address for “planschiValue” and the correct value – however this is not the case for the object file. For the object file I get (via printf from the module) the address 0x000002295D6B003C while the actual address is 0x00007FF71D9959A4. I’m really sur...
2020 Aug 21
2
ORC JIT - Incorrect support for COFF files?
...urpose I created a test > file (TestModule.cpp) and compiled it with Clang, generating two > different files, one in the LLVM IR format and one in the Microsoft > COFF format. > >   > > The JIT resolves all undefined references, including > “externintplanschiValue;” and “voidexternFunction();”. Using the IR > Module I will get the correct address for “planschiValue” and the > correct value – however this is not the case for the object file. > > For the object file I get (via printf from the module) the address > 0x000002295D6B003C while the actual address is 0x00007FF7...
2020 Aug 25
2
ORC JIT - Incorrect support for COFF files?
...JIT and execute some code. For this purpose I created a test file (TestModule.cpp) and compiled it with Clang, generating two different files, one in the LLVM IR format and one in the Microsoft COFF format. The JIT resolves all undefined references, including “extern int planschiValue;” and “void externFunction();”. Using the IR Module I will get the correct address for “planschiValue” and the correct value – however this is not the case for the object file. For the object file I get (via printf from the module) the address 0x000002295D6B003C while the actual address is 0x00007FF71D9959A4. I’m really sur...