We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10d6110 commit e9561e1Copy full SHA for e9561e1
cmake/Modules/FindLLVM.cmake
@@ -30,7 +30,8 @@
30
# We also want an user-specified LLVM_ROOT_DIR to take precedence over the
31
# system default locations such as /usr/local/bin. Executing find_program()
32
# multiples times is the approach recommended in the docs.
33
-set(llvm_config_names llvm-config-10.0 llvm-config100 llvm-config-10
+set(llvm_config_names llvm-config-11.0 llvm-config110 llvm-config-11
34
+ llvm-config-10.0 llvm-config100 llvm-config-10
35
llvm-config-9.0 llvm-config90 llvm-config-9
36
llvm-config-8.0 llvm-config80 llvm-config-8
37
llvm-config-7.0 llvm-config70 llvm-config-7
0 commit comments