Skip to content

Commit

Permalink
Add llvm 12 as supported.
Browse files Browse the repository at this point in the history
This is the version on Opensuse Tunderbird rolling release and build
was reported to be ok with it.
  • Loading branch information
TurboGit committed May 14, 2021
1 parent 2ff4fc5 commit 4215f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ if(TESTBUILD_OPENCL_PROGRAMS)
endmacro()

# 3.9 is the first version with which this works.
find_llvm("11;10;9;8;7;6.0;5.0;4.0;3.9")
find_llvm("12;11;10;9;8;7;6.0;5.0;4.0;3.9")

if (LLVM_FOUND)
message(STATUS "Found LLVM ${LLVM_PACKAGE_VERSION}")
Expand Down

0 comments on commit 4215f99

Please sign in to comment.