[llvm-dev] ENABLE_TIMESTAMPS and update to CMake v3.5.2
Martin J. O'Riordan via llvm-dev
llvm-dev at lists.llvm.org
Tue Jun 28 06:03:39 PDT 2016
Hmm, but reading it now it seems that the issue is really whether it is on by default, and not when explicitly selected (as I am doing).
It's not a big deal, just curious.
MartinO
-----Original Message-----
From: Ismail Donmez [mailto:ismail at i10z.com]
Sent: 28 June 2016 13:44
To: Martin.ORiordan at movidius.com
Cc: LLVM Developers <llvm-dev at lists.llvm.org>
Subject: Re: [llvm-dev] ENABLE_TIMESTAMPS and update to CMake v3.5.2
Hi,
On Tue, Jun 28, 2016 at 3:25 PM, Martin J. O'Riordan via llvm-dev <llvm-dev at lists.llvm.org> wrote:
> I am in the middle of the fun and games of updating my out-of-tree
> sources to the LLVM head revisions, and after updating to CMake v3.5.2
> I am now getting a warning that ‘ENABLE_TIMESTAMPS’ is being ignored.
>
>
>
> Has support for embedding the timestamp in the build been removed or
> is there a new way of configuring it? I generally build internal
> transitional builds with this enabled so that I can tell one build
> from another reasonably easily, especially when the corresponding
> sources are not committed and I can’t use an SVN revision number to track it.
It's removed as a result of the reproducible builds discussion:
http://lists.llvm.org/pipermail/llvm-dev/2016-May/098990.html
ismail
More information about the llvm-dev
mailing list