Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git] / clang / examples / AnnotateFunctions / CMakeLists.txt
blob827ff79fcc410302ba52f20e01c62f03f679a113
1 add_llvm_library(AnnotateFunctions MODULE AnnotateFunctions.cpp PLUGIN_TOOL clang)
3 if(WIN32 OR CYGWIN)
4   set(LLVM_LINK_COMPONENTS
5     Support
6   )
7   clang_target_link_libraries(AnnotateFunctions PRIVATE
8     clangAST
9     clangBasic
10     clangFrontend
11     clangLex
12     )
13 endif()