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
[AMDGPU][AsmParser][NFC] Translate parsed MIMG instructions to MCInsts automatically.
[llvm-project.git]
/
clang-tools-extra
/
include-cleaner
/
lib
/
CMakeLists.txt
blob
7b6d4991eeff3a7258c5cde8e3987ad3feedfb0d
1
set(LLVM_LINK_COMPONENTS Support)
2
3
add_clang_library(clangIncludeCleaner
4
Analysis.cpp
5
IncludeSpeller.cpp
6
FindHeaders.cpp
7
HTMLReport.cpp
8
LocateSymbol.cpp
9
Record.cpp
10
Types.cpp
11
WalkAST.cpp
12
)
13
14
clang_target_link_libraries(clangIncludeCleaner
15
PRIVATE
16
clangAST
17
clangBasic
18
clangFormat
19
clangLex
20
clangToolingCore
21
clangToolingInclusions
22
clangToolingInclusionsStdlib
23
)
24