]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - lib/Lex/CMakeLists.txt
Vendor import of clang trunk r351319 (just before the release_80 branch
[FreeBSD/FreeBSD.git] / lib / Lex / CMakeLists.txt
1 # TODO: Add -maltivec when ARCH is PowerPC.
2
3 set(LLVM_LINK_COMPONENTS support)
4
5 add_clang_library(clangLex
6   HeaderMap.cpp
7   HeaderSearch.cpp
8   Lexer.cpp
9   LiteralSupport.cpp
10   MacroArgs.cpp
11   MacroInfo.cpp
12   ModuleMap.cpp
13   PPCaching.cpp
14   PPCallbacks.cpp
15   PPConditionalDirectiveRecord.cpp
16   PPDirectives.cpp
17   PPExpressions.cpp
18   PPLexerChange.cpp
19   PPMacroExpansion.cpp
20   Pragma.cpp
21   PreprocessingRecord.cpp
22   Preprocessor.cpp
23   PreprocessorLexer.cpp
24   ScratchBuffer.cpp
25   TokenConcatenation.cpp
26   TokenLexer.cpp
27
28   LINK_LIBS
29   clangBasic
30   )