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