fixup merge, bump cmake required llvm version for testing to 10

This commit is contained in:
Gianfranco Costamagna 2019-10-07 10:01:50 +02:00
parent 5dc07d2ae4
commit 0050a3e55b

View File

@ -17,7 +17,7 @@ fi
cd "$ADTTMP"
cat <<EOF > CMakeLists.txt
cmake_minimum_required(VERSION 2.6.2)
find_package(LLVM 9.0.0 REQUIRED
find_package(LLVM 10.0.0 REQUIRED
COMPONENTS
Analysis
BitReader