[llvm-exegesis][NFC] Pass Instruction instead of bare Opcode
[llvm-core.git] / unittests / LineEditor / CMakeLists.txt
blob70d7497fed973019de5b9541f83bb4915d2fb05a
1 set(LLVM_LINK_COMPONENTS
2   LineEditor
3   Support
4   )
6 add_llvm_unittest(LineEditorTests
7   LineEditor.cpp
8   )