[LLVMdev] comparing .o files from different build trees
Reed Kotler
rkotler at mips.com
Fri Apr 4 13:44:17 PDT 2014
On 04/03/2014 02:16 PM, Joerg Sonnenberger wrote:
> 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
>
It only depends on time in one place.
CommandLine.cpp
you can remove the dependency by configuring with --disable-timestamps
More information about the llvm-dev
mailing list