Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
cppit
libclangmm
Commits
687b9c23
Commit
687b9c23
authored
Aug 19, 2019
by
Ole Christian Eidheim
Browse files
Added support for llvm versions 8.0.1 and 9.0.0
parent
ebdd44e4
Pipeline
#77088075
passed with stage
in 5 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
cmake_modules/FindLibClang.cmake
cmake_modules/FindLibClang.cmake
+5
-3
No files found.
cmake_modules/FindLibClang.cmake
View file @
687b9c23
...
...
@@ -14,7 +14,9 @@
# Known LLVM release numbers.
# most recent versions come first
set
(
LIBCLANG_KNOWN_LLVM_VERSIONS 8.0.0_1 8.0.0 8.0 8
set
(
LIBCLANG_KNOWN_LLVM_VERSIONS 9.0.0 9.0 9
8.0.1
8.0.0_1 8.0.0 8.0 8
7.1.0 7.1
7.0.1 7.0.0 7.0 7
6.0.1 6.0.0 6.0 6
...
...
@@ -72,7 +74,7 @@ endforeach()
find_path
(
LIBCLANG_INCLUDE_DIR clang-c/Index.h
PATHS
${
libclang_llvm_header_search_paths
}
PATH_SUFFIXES LLVM/include
#Windows package from http://llvm.org/releases/
llvm80/include llvm71/include llvm70/include llvm60/include llvm50/include llvm41/include llvm40/include llvm39/include llvm38/include llvm37/include llvm36/include
# FreeBSD
llvm90/include
llvm80/include llvm71/include llvm70/include llvm60/include llvm50/include llvm41/include llvm40/include llvm39/include llvm38/include llvm37/include llvm36/include
# FreeBSD
DOC
"The path to the directory that contains clang-c/Index.h"
)
# On Windows with MSVC, the import library uses the ".imp" file extension
...
...
@@ -86,7 +88,7 @@ endif()
find_library
(
LIBCLANG_LIBRARY NAMES libclang.imp libclang clang
PATHS
${
libclang_llvm_lib_search_paths
}
PATH_SUFFIXES LLVM/lib
#Windows package from http://llvm.org/releases/
llvm80/lib llvm71/lib llvm70/lib llvm60/lib llvm50/lib llvm41/lib llvm40/lib llvm39/lib llvm38/lib llvm37/lib llvm36/lib
# FreeBSD
llvm90/lib
llvm80/lib llvm71/lib llvm70/lib llvm60/lib llvm50/lib llvm41/lib llvm40/lib llvm39/lib llvm38/lib llvm37/lib llvm36/lib
# FreeBSD
DOC
"The file that corresponds to the libclang library."
)
get_filename_component
(
LIBCLANG_LIBRARY_DIR
${
LIBCLANG_LIBRARY
}
PATH
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment