repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
examples
/
CallSuperAttribute
/
CMakeLists.txt
blob
dc832327c775dc47943e4adaa68ceffb37f2ff9f
1
add_llvm_library(CallSuperAttr MODULE CallSuperAttrInfo.cpp PLUGIN_TOOL clang)
2
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()