repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-readobj] Include the PE magic value in printouts
[llvm-complete.git]
/
tools
/
llvm-bcanalyzer
/
CMakeLists.txt
blob
15d51ee7a9d75d6bba97d625a953703b9f6d448c
1
set(LLVM_LINK_COMPONENTS
2
BitReader
3
Support
4
)
5
6
add_llvm_tool(llvm-bcanalyzer
7
llvm-bcanalyzer.cpp
8
9
DEPENDS
10
intrinsics_gen
11
)