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
[docs] Add LICENSE.txt to the root of the mono-repo
[llvm-project.git]
/
llvm
/
tools
/
llvm-sim
/
CMakeLists.txt
blob
76299050392a250ca6eae4b506bd950d7cee5c57
1
set(LLVM_LINK_COMPONENTS
2
Core
3
Support
4
Analysis
5
IRReader)
6
7
add_llvm_tool(llvm-sim
8
llvm-sim.cpp
9
)