repo.or.cz
/
llvm
/
stm8.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Use static inline to do the right thing when built in C99 mode. Of course,
[llvm/stm8.git]
/
tools
/
llvm-diff
/
CMakeLists.txt
blob
c59d69ea0d45506fe1ce6f5b07481b33367e4317
1
set(LLVM_LINK_COMPONENTS support asmparser bitreader)
2
3
add_llvm_tool(llvm-diff
4
llvm-diff.cpp
5
DiffConsumer.cpp
6
DiffLog.cpp
7
DifferenceEngine.cpp
8
)