mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-24 14:05:49 -04:00

This reverts commit r333534 (i.e. reland r332720) after fixing module build. Differential Revision: https://reviews.llvm.org/D47068 llvm-svn: 333874
25 lines
489 B
CMake
25 lines
489 B
CMake
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
add_clang_library(clangFormat
|
|
AffectedRangeManager.cpp
|
|
BreakableToken.cpp
|
|
ContinuationIndenter.cpp
|
|
Format.cpp
|
|
FormatToken.cpp
|
|
FormatTokenLexer.cpp
|
|
NamespaceEndCommentsFixer.cpp
|
|
SortJavaScriptImports.cpp
|
|
TokenAnalyzer.cpp
|
|
TokenAnnotator.cpp
|
|
UnwrappedLineFormatter.cpp
|
|
UnwrappedLineParser.cpp
|
|
UsingDeclarationsSorter.cpp
|
|
WhitespaceManager.cpp
|
|
|
|
LINK_LIBS
|
|
clangBasic
|
|
clangLex
|
|
clangToolingCore
|
|
clangToolingInclusions
|
|
)
|