Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- From: Roman Divacky <rdivacky@xxxxxxxxxxx>
- Date: Thu, 15 Jan 2009 13:28:05 +0100
I dont know clang, llvm, pcc, etc. very well, but.. Would this solve our
problem where we will still need an assembler, linker, archiver, et al?
1) clang and llvm are not two choices :) it's one
2) llvm uses special "bytecode" that gets compiled into native machine
code so technically speaking "classic" assembler is not needed for llvm/clang.
the chain with clang is: clang -> llvm bc -> native binary
you can get the (human readable) assembler if you want to (I think) but it's
not necessary
the same goes with linker etc.
_______________________________________________
freebsd-current@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@xxxxxxxxxxx"
- Follow-Ups:
- Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- From: Eygene Ryabinkin
- Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- From: Christoph Mallon
- Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- References:
- Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standard compiler?)
- From: Dimitry Andric
- Alternatives to gcc (was Re: gcc 4.3: when will it become standard compiler?)
- From: FuLLBLaSTstorm
- Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- From: Pegasus Mc Cleaft
- Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standard compiler?)
- Prev by Date: Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- Next by Date: Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standard compiler?)
- Previous by thread: Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- Next by thread: Re: Alternatives to gcc (was Re: gcc 4.3: when will it become standardcompiler?)
- Index(es):
Relevant Pages
|