Eugene Zelenko via llvm-dev
2016-Jun-02 18:54 UTC
[llvm-dev] CMake version specific tweaks in compiler-rt
Hi! compiler-rt's CMakeLists.txt still contains tweaks for CMake version 2.8. Pre-2.8.12 are definitely irrelevant for CMake 3.4.3, but may be post-2.8.12 tweaks are irrelevant too? Eugene.
Reid Kleckner via llvm-dev
2016-Jun-03 15:38 UTC
[llvm-dev] CMake version specific tweaks in compiler-rt
Yeah, if you want to send cleanup patches, we can definitely stamp them. On Thu, Jun 2, 2016 at 11:54 AM, Eugene Zelenko via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Hi! > > compiler-rt's CMakeLists.txt still contains tweaks for CMake version > 2.8. Pre-2.8.12 are definitely irrelevant for CMake 3.4.3, but may be > post-2.8.12 tweaks are irrelevant too? > > Eugene. > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160603/db858c25/attachment.html>
Eugene Zelenko via llvm-dev
2016-Jun-03 17:05 UTC
[llvm-dev] CMake version specific tweaks in compiler-rt
I'm not CMake expert :-( Will be good idea if people with more knowledge will clean up. Eugene. On Fri, Jun 3, 2016 at 8:38 AM, Reid Kleckner <rnk at google.com> wrote:> Yeah, if you want to send cleanup patches, we can definitely stamp them. > > On Thu, Jun 2, 2016 at 11:54 AM, Eugene Zelenko via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi! >> >> compiler-rt's CMakeLists.txt still contains tweaks for CMake version >> 2.8. Pre-2.8.12 are definitely irrelevant for CMake 3.4.3, but may be >> post-2.8.12 tweaks are irrelevant too? >> >> Eugene. >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev > >