Skip to content

Commit ec68ed2

Browse files
klemens-morgensternvinniefalco
authored andcommitted
llvm_map_components_to_libnames lists components.
1 parent b71e159 commit ec68ed2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ find_package(Clang REQUIRED CONFIG)
7474
list(APPEND CMAKE_MODULE_PATH "${LLVM_CMAKE_DIR}")
7575
include(HandleLLVMOptions)
7676
add_definitions(${LLVM_DEFINITIONS})
77-
llvm_map_components_to_libnames(llvm_libs)
77+
llvm_map_components_to_libnames(llvm_libs support core irreader)
7878
unset(CMAKE_FOLDER)
7979

8080
if (LLVM_FOUND)

0 commit comments

Comments
 (0)