[ARM] Masked load and store and predicate tests. NFC
[llvm-complete.git] / unittests / DebugInfo / MSF / CMakeLists.txt
blob0e48ab8f2f6b2a753504298d97f6e62a4cdce96e
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoMSF
3   )
5 add_llvm_unittest(DebugInfoMSFTests
6   MappedBlockStreamTest.cpp
7   MSFBuilderTest.cpp
8   MSFCommonTest.cpp
9   )
11 target_link_libraries(DebugInfoMSFTests PRIVATE LLVMTestingSupport)