Mercurial > hg > CbC > CbC_llvm
comparison clang/lib/Lex/CMakeLists.txt @ 236:c4bab56944e8 llvm-original
LLVM 16
author | kono |
---|---|
date | Wed, 09 Nov 2022 17:45:10 +0900 |
parents | 1d019706d866 |
children | 1f2b6ac9f198 |
comparison
equal
deleted
inserted
replaced
232:70dce7da266c | 236:c4bab56944e8 |
---|---|
1 # TODO: Add -maltivec when ARCH is PowerPC. | 1 # TODO: Add -maltivec when ARCH is PowerPC. |
2 | 2 |
3 set(LLVM_LINK_COMPONENTS support) | 3 set(LLVM_LINK_COMPONENTS support) |
4 | 4 |
5 add_clang_library(clangLex | 5 add_clang_library(clangLex |
6 DependencyDirectivesSourceMinimizer.cpp | 6 DependencyDirectivesScanner.cpp |
7 HeaderMap.cpp | 7 HeaderMap.cpp |
8 HeaderSearch.cpp | 8 HeaderSearch.cpp |
9 InitHeaderSearch.cpp | |
9 Lexer.cpp | 10 Lexer.cpp |
10 LiteralSupport.cpp | 11 LiteralSupport.cpp |
11 MacroArgs.cpp | 12 MacroArgs.cpp |
12 MacroInfo.cpp | 13 MacroInfo.cpp |
13 ModuleMap.cpp | 14 ModuleMap.cpp |