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
[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git]
/
clang
/
lib
/
Parse
/
CMakeLists.txt
blob
22e902f7e1bc50042f44355463a2999cb79ddc86
1
set(LLVM_LINK_COMPONENTS
2
FrontendOpenMP
3
MC
4
MCParser
5
Support
6
TargetParser
7
)
8
9
add_clang_library(clangParse
10
ParseAST.cpp
11
ParseCXXInlineMethods.cpp
12
ParseDecl.cpp
13
ParseDeclCXX.cpp
14
ParseExpr.cpp
15
ParseExprCXX.cpp
16
ParseHLSL.cpp
17
ParseInit.cpp
18
ParseObjc.cpp
19
ParseOpenMP.cpp
20
ParsePragma.cpp
21
ParseStmt.cpp
22
ParseStmtAsm.cpp
23
ParseTemplate.cpp
24
ParseTentative.cpp
25
Parser.cpp
26
ParseOpenACC.cpp
27
28
LINK_LIBS
29
clangAST
30
clangBasic
31
clangLex
32
clangSema
33
34
DEPENDS
35
omp_gen
36
ClangDriverOptions
37
)