• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  )
4
5add_llvm_unittest(DebugInfoCodeViewTests
6  RandomAccessVisitorTest.cpp
7  TypeHashingTest.cpp
8  TypeIndexDiscoveryTest.cpp
9  )
10
11target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)
12