Skip to content

Commit e9561e1

Browse files
committed
llvm config names.
1 parent 10d6110 commit e9561e1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/Modules/FindLLVM.cmake

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@
3030
# We also want an user-specified LLVM_ROOT_DIR to take precedence over the
3131
# system default locations such as /usr/local/bin. Executing find_program()
3232
# multiples times is the approach recommended in the docs.
33-
set(llvm_config_names llvm-config-10.0 llvm-config100 llvm-config-10
33+
set(llvm_config_names llvm-config-11.0 llvm-config110 llvm-config-11
34+
llvm-config-10.0 llvm-config100 llvm-config-10
3435
llvm-config-9.0 llvm-config90 llvm-config-9
3536
llvm-config-8.0 llvm-config80 llvm-config-8
3637
llvm-config-7.0 llvm-config70 llvm-config-7

0 commit comments

Comments
 (0)