[Flang] remove whole-archive option for AIX linker (#76039)
[llvm-project.git] / clang / lib / Format / CMakeLists.txt
blob015ec7c0cc84e3f68b18c41a4cbd602d09f75e18
1 set(LLVM_LINK_COMPONENTS support)
3 add_clang_library(clangFormat
4   AffectedRangeManager.cpp
5   BreakableToken.cpp
6   ContinuationIndenter.cpp
7   DefinitionBlockSeparator.cpp
8   Format.cpp
9   FormatToken.cpp
10   FormatTokenLexer.cpp
11   IntegerLiteralSeparatorFixer.cpp
12   MacroCallReconstructor.cpp
13   MacroExpander.cpp
14   NamespaceEndCommentsFixer.cpp
15   ObjCPropertyAttributeOrderFixer.cpp
16   QualifierAlignmentFixer.cpp
17   SortJavaScriptImports.cpp
18   TokenAnalyzer.cpp
19   TokenAnnotator.cpp
20   UnwrappedLineFormatter.cpp
21   UnwrappedLineParser.cpp
22   UsingDeclarationsSorter.cpp
23   WhitespaceManager.cpp
25   LINK_LIBS
26   clangBasic
27   clangLex
28   clangToolingCore
29   clangToolingInclusions
30   )