[AMDGPU] Test codegen'ing True16 additions.
[llvm-project.git] / llvm / unittests / DebugInfo / CodeView / CMakeLists.txt
blob9a5eca14a87982cd64ad898b8fe683003079feb5
1 set(LLVM_LINK_COMPONENTS
2   DebugInfoCodeView
3   )
5 add_llvm_unittest(DebugInfoCodeViewTests
6   GUIDFormatTest.cpp
7   RandomAccessVisitorTest.cpp
8   TypeHashingTest.cpp
9   TypeIndexDiscoveryTest.cpp
10   )
12 target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)
14 set_property(TARGET DebugInfoCodeViewTests PROPERTY FOLDER "Tests/UnitTests/DebugInfoTests")