Martin J. O'Riordan via llvm-dev
2016-Jun-28 12:25 UTC
[llvm-dev] ENABLE_TIMESTAMPS and update to CMake v3.5.2
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. Thanks, MartinO -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160628/f7154433/attachment-0001.html>
Ismail Donmez via llvm-dev
2016-Jun-28 12:44 UTC
[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
Martin J. O'Riordan via llvm-dev
2016-Jun-28 13:02 UTC
[llvm-dev] ENABLE_TIMESTAMPS and update to CMake v3.5.2
Okay thanks - I seem to have missed reading that discussion. 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
Martin J. O'Riordan via llvm-dev
2016-Jun-28 13:03 UTC
[llvm-dev] ENABLE_TIMESTAMPS and update to CMake v3.5.2
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
Possibly Parallel Threads
- ENABLE_TIMESTAMPS and update to CMake v3.5.2
- Building SVN head with CMake - shared libraries?
- [Bug 2342] New: ssh-keygen gives wrong error loading public key message
- [Bug 2414] New: ControlMaster directive should be ignored on Cygwin
- Building SVN head with CMake - shared libraries?