Skip to content

Commit ec83eef

Browse files
committed
build: llvm 18 compat issue - include libclangAPINotes (#1812)
Fixes #1809 Signed-off-by: Larry Gritz <[email protected]>
1 parent 1b3aa7a commit ec83eef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmake/modules/FindLLVM.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ endif ()
128128
foreach (COMPONENT clangFrontend clangDriver clangSerialization
129129
clangParse clangSema clangAnalysis clangAST
130130
clangASTMatchers clangBasic clangEdit clangLex
131-
clangSupport)
131+
clangSupport clangAPINotes)
132132
find_library ( _CLANG_${COMPONENT}_LIBRARY
133133
NAMES ${COMPONENT}
134134
PATHS ${LLVM_LIB_DIR})

0 commit comments

Comments
 (0)