Displaying 2 results from an estimated 2 matches for "a1b4d4cd".
2016 Mar 21
2
Need help with code generation
On Sat, Mar 19, 2016 at 9:51 PM, James Molloy via llvm-dev <
llvm-dev at lists.llvm.org> wrote:
> Hi Lorenzo,
>
> Clang doesn't call llc; LLVM is compiled into Clang. Clang does call the
> system linker though.
>
> Making your compiler generate *object* code is very simple. Making it
> fixup that object code and execute it in memory (JIT style) is also simple.
>
2016 Mar 21
3
Need help with code generation
...opers mailing list
>>> llvm-dev at lists.llvm.org
>>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev
>>>
>>>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160321/a1b4d4cd/attachment.html>