CMakeLists.txt 250 B

1234567891011
  1. set(LLVM_LINK_COMPONENTS
  2. DebugInfoCodeView
  3. )
  4. add_llvm_unittest(DebugInfoCodeViewTests
  5. RandomAccessVisitorTest.cpp
  6. TypeHashingTest.cpp
  7. TypeIndexDiscoveryTest.cpp
  8. )
  9. target_link_libraries(DebugInfoCodeViewTests PRIVATE LLVMTestingSupport)