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
[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git]
/
clang-tools-extra
/
clang-tidy
/
linuxkernel
/
CMakeLists.txt
blob
403589d9475904fb96e1b5d4c4ff36865004053b
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
ClangDriverOptions
17
)
18
19
clang_target_link_libraries(clangTidyLinuxKernelModule
20
PRIVATE
21
clangAST
22
clangASTMatchers
23
clangBasic
24
clangLex
25
)