[cfe-dev] [LLVMdev] Living on Clang

Douglas Gregor dgregor at apple.com
Thu May 6 14:34:08 PDT 2010


On May 6, 2010, at 2:19 PM, Diego Iastrubni wrote:

> On Mon, Apr 19, 2010 at 4:52 PM, Óscar Fuentes <ofv at wanadoo.es> wrote:
> The third stage is for comparing the output of clang (as compiled by
> gcc) against clang (as compiled by clang). The whole process is:
> 
> Stage 1: build clang with gcc
> 
> Stage 2: build clang with the clang created by gcc
> 
> Stage 3: build clang with the clang created by clang.
> 
> Final test: compare the object files geneated on Stage 2 with the object
> files generated on Stage 3.
> 
> This is the first time stage3 has been built, I am happy (up until now, stage3 was failing at the first compilation):
> 
> [elcuco at pinky ~/src/llvm] ls -l bootstrap-stage-*/bin/clang
> -rwxrwxr-x. 1 elcuco elcuco 23594232 2010-05-06 22:56 bootstrap-stage-1/bin/clang
> -rwxrwxr-x. 1 elcuco elcuco 24391566 2010-05-06 23:10 bootstrap-stage-2/bin/clang
> -rwxrwxr-x. 1 elcuco elcuco 24395343 2010-05-06 23:32 bootstrap-stage-3/bin/clang
> 
> 
> I already know that stage2 and stage3 are different, which means something is not really working. Does anyone have a clue about this? Is this a known issue, or should I report this?

It's known that we differ, but nobody has investigated why. Please go ahead and file a Bugzilla.

	- Doug
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-dev/attachments/20100506/ff0eb3f0/attachment.html>


More information about the cfe-dev mailing list