[LLVMdev] comparing .o files from different build trees

Joerg Sonnenberger joerg at britannica.bec.de
Thu Apr 3 14:16:46 PDT 2014


On Thu, Apr 03, 2014 at 10:43:23AM -0700, reed kotler wrote:
> I'm trying to write a script for checking whether the compiler
> recursed properly.

Are you using different path names for src and/or build area?
That is going to introduce a lot of variance for __FILE__.
The build should *not* depend on time though.

Joerg



More information about the llvm-dev mailing list