repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
clang-tools-extra
/
clang-tidy
/
linuxkernel
/
CMakeLists.txt
blob
7a86cfb32cb8468064fb2ade6258c46d90752ccf
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
Support
4
)
5
6
add_clang_library(clangTidyLinuxKernelModule
7
LinuxKernelTidyModule.cpp
8
MustCheckErrsCheck.cpp
9
10
LINK_LIBS
11
clangTidy
12
clangTidyUtils
13
14
DEPENDS
15
omp_gen
16
)
17
18
clang_target_link_libraries(clangTidyLinuxKernelModule
19
PRIVATE
20
clangAST
21
clangASTMatchers
22
clangBasic
23
clangLex
24
)