[clang-tidy] fix incorrect argument names in documentation for ExtraArgs and ExtraArg...
[llvm-project.git] / lldb / unittests / Instruction / CMakeLists.txt
blob7b1f8afce6b297976c3c527f050ca4bec3a8eaae
1 add_lldb_unittest(EmulatorTests
2   ARM64/TestAArch64Emulator.cpp
3   LoongArch/TestLoongArchEmulator.cpp
4   RISCV/TestRISCVEmulator.cpp
6   LINK_LIBS
7     lldbCore
8     lldbSymbol
9     lldbTarget
10     lldbPluginInstructionARM64
11     lldbPluginInstructionLoongArch
12     lldbPluginInstructionRISCV
14   LINK_COMPONENTS
15     Support
16   )