[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
[llvm-core.git] / unittests / Transforms / Scalar / CMakeLists.txt
blob2762799d612459dfa8e239c75a964fd1131fd231
1 set(LLVM_LINK_COMPONENTS
2   Analysis
3   AsmParser
4   Core
5   Support
6   ScalarOpts
7   TransformUtils
8   )
10 add_llvm_unittest(ScalarTests
11   LoopPassManagerTest.cpp
12   )