search for: bitcodemod

Displaying 2 results from an estimated 2 matches for "bitcodemod".

2009 Jul 28
1
[LLVMdev] calling member via JIT
...shared library which holds the superclass for the class inside the bitcode. (does that work at all?) the cmake should work as long as you have llvm in your path. i use "cmake . -DCMAKE_BUILD_TYPE=DEBUG" then you can run it with "bin/LLVM_JIT_Test bitcode/CMakeFiles/bitcode_mod.dir/BitcodeMod.cpp.o lib/libcore.so" (assuming you are inside the project's directory) thank you very much, stefan. -------------- next part -------------- A non-text attachment was scrubbed... Name: jit_test.tar.gz Type: application/x-compressed-tar Size: 2448 bytes Desc: not available URL: <http:...
2017 Apr 04
3
RFC: Adding a string table to the bitcode format
On Tue, Apr 4, 2017 at 12:36 PM, Duncan P. N. Exon Smith < dexonsmith at apple.com> wrote: > > On 2017-Apr-04, at 12:12, Peter Collingbourne <peter at pcc.me.uk> wrote: > > On Mon, Apr 3, 2017 at 8:13 PM, Mehdi Amini <mehdi.amini at apple.com> wrote: > >> >> On Apr 3, 2017, at 7:08 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: >>