[LLVMdev] Just how much can llvm be used?

Bill Wendling isanbard at gmail.com
Fri Jan 9 14:16:44 PST 2009


On Fri, Jan 9, 2009 at 1:52 PM, Xavian-Anderson Macpherson
<Shingoshi at comcast.net> wrote:
> First let me admit that I'm completely uninformed here!
>
> 1. Will llvm produce errors if llc is used to compile itself?
> 2. Will make produce subsequent errors if compiled first by llc/llvm?

If by these two questions you mean "can LLVM self-host" (i.e., GCC
compiles LLVM and that LLVM then compiles LLVM) and runs without
(known) errors, then yes.

-bw

> 3. Can llc be used to compile the entire Linux toolchain?
>
> Shingoshi
> --
> _______________________________________________
> LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu         http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>



More information about the llvm-dev mailing list