Displaying 2 results from an estimated 2 matches for "pr3877".
2009 Apr 17
0
[LLVMdev] LLVM ARM for shipped products?
Hi,
Simple One schrieb:
> 1. Can some one tell me if LLVM ARM is being used by anyone to compile
> any shipped products? If so,
> a) how are you getting by despite the apparent bugs that exist
> (http://llvm.org/bugs/buglist.cgi?quicksearch=ARM)?
I want to use llvm inside OpenJDK's runtime hotspot for which a variant
exists that uses llvm as a JIT compiler backend.
2009 Apr 17
3
[LLVMdev] LLVM ARM for shipped products?
I have been following the recent posts regarding LLVM ARM backend on the
list. I am trying to figure out if I should start using LLVM to compile my
project or if I should just stick with cross compilers like those provided
by Code Sourcery and wait till a later time. I have the following questions
in this regard:
1. Can some one tell me if LLVM ARM is being used by anyone to compile any
shipped