Mercurial > hg > CbC > CbC_llvm
annotate clang/lib/Parse/CMakeLists.txt @ 207:2e18cbf3894f
LLVM12
author | Shinji KONO <kono@ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 08 Jun 2021 06:07:14 +0900 |
parents | 1d019706d866 |
children | dd44ba33042e c4bab56944e8 |
rev | line source |
---|---|
150 | 1 set(LLVM_LINK_COMPONENTS |
2 FrontendOpenMP | |
3 MC | |
4 MCParser | |
5 Support | |
6 ) | |
7 | |
8 add_clang_library(clangParse | |
9 ParseAST.cpp | |
10 ParseCXXInlineMethods.cpp | |
11 ParseDecl.cpp | |
12 ParseDeclCXX.cpp | |
13 ParseExpr.cpp | |
14 ParseExprCXX.cpp | |
15 ParseInit.cpp | |
16 ParseObjc.cpp | |
17 ParseOpenMP.cpp | |
18 ParsePragma.cpp | |
19 ParseStmt.cpp | |
20 ParseStmtAsm.cpp | |
21 ParseTemplate.cpp | |
22 ParseTentative.cpp | |
23 Parser.cpp | |
24 | |
25 LINK_LIBS | |
26 clangAST | |
27 clangBasic | |
28 clangLex | |
29 clangSema | |
207 | 30 |
31 DEPENDS | |
32 omp_gen | |
150 | 33 ) |