[PATCH] D14046: [test-suite] Introduce a new CMake+LIT based harness

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 26 21:55:59 PDT 2015


asl added a subscriber: asl.

================
Comment at: CMakeLists.txt:1
@@ +1,2 @@
+cmake_minimum_required(VERSION 2.8.12.2)
+
----------------
beanz wrote:
> Do we need to make this 2.8.12.2? If we make it 3.2 then we can fold away some of the later version checks and features, and since this is a new CMake build system I'd kinda like to have it ditch support for legacy versions.
I guess the real case is what are the "default" versions available on different systems we're going to support.


Repository:
  rL LLVM

http://reviews.llvm.org/D14046





More information about the llvm-commits mailing list