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
[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git]
/
lldb
/
utils
/
lit-cpuid
/
CMakeLists.txt
blob
f365447dd27df54326ce8d39c26205ef64030ec0
1
add_lldb_executable(lit-cpuid
2
lit-cpuid.cpp
3
)
4
5
target_link_libraries(lit-cpuid PRIVATE LLVMSupport)
6
set_target_properties(lit-cpuid PROPERTIES FOLDER "lldb utils")