We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d552264 commit f9f8422Copy full SHA for f9f8422
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.4.3)
+cmake_minimum_required(VERSION 3.5.0)
2
3
message(STATUS "Checking for lit")
4
find_program(LIT lit)
tests/minimal_llvm_cmake.txt
@@ -4,7 +4,7 @@
# RUN: cat %s > %t/CMakeLists.txt
5
# RUN: cd %t/_build && %cmake ..
6
7
8
9
find_package(LLVM)
10
tests/plugins_newpm.txt
@@ -11,7 +11,7 @@
11
# RUN: grep "Function name: foo" %t.output
12
# REQUIRES: opt, clang
13
14
15
16
project(TestLLVMPass)
17
find_package(LLVM REQUIRED CONFIG)
0 commit comments