repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
[llvm-core.git]
/
unittests
/
Transforms
/
Scalar
/
CMakeLists.txt
blob
2762799d612459dfa8e239c75a964fd1131fd231
1
set(LLVM_LINK_COMPONENTS
2
Analysis
3
AsmParser
4
Core
5
Support
6
ScalarOpts
7
TransformUtils
8
)
9
10
add_llvm_unittest(ScalarTests
11
LoopPassManagerTest.cpp
12
)