[llvm-dev] 3-stage bootstrap build bots?

Jack Howarth via llvm-dev llvm-dev at lists.llvm.org
Mon Mar 20 13:08:17 PDT 2017


   Do any of the current build bots for llvm.org perform 3-stage
bootstraps with file comparison of the stage2 and stage3 object files
and generated headers? On x86_64-apple-darwin16 using the fink
projects llvm packaging methodology (crafted by David Fang), I am
seeing non-deterministic file comparison failures in current trunk
that goes back as far as r296837.

http://bugs.llvm.org/show_bug.cgi?id=32342

The non-deterministic nature of this bug is making it rather difficult
to pinpoint the actual commit that triggered it.
       Jack
ps The issue seems to be non-deterministic in both its appearance and
the exact subset of stage2/stage3 object files that differ when it
triggers.


More information about the llvm-dev mailing list