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

James Molloy via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 27 07:06:51 PDT 2015


jmolloy added inline comments.

================
Comment at: CMakeLists.txt:2
@@ +1,3 @@
+cmake_minimum_required(VERSION 2.8.12.2)
+
+# The test-suite is designed to be built in release mode anyway and
----------------
My unscientific straw poll of LLVM users inside ARM says that 2.8.12.2 is still the minimum we can expect - Ubuntu 14.10 LTS still ships this, I'm afraid, and as it's the latest LTS I'm not sure it's old enough to deprecate.


Repository:
  rL LLVM

http://reviews.llvm.org/D14046





More information about the llvm-commits mailing list