[LLVMdev] [cfe-dev] Living on Clang

Diego Iastrubni diegoiast at gmail.com
Thu May 6 14:19:19 PDT 2010


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?

Now lets test if bash compiles.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100507/73a33693/attachment.html>


More information about the llvm-dev mailing list