• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  DebugInfoMSF
4  DebugInfoPDB
5  )
6
7add_llvm_unittest_with_input_files(DebugInfoPDBTests
8  HashTableTest.cpp
9  NativeSessionTest.cpp
10  NativeSymbolReuseTest.cpp
11  StringTableBuilderTest.cpp
12  PDBApiTest.cpp
13  )
14
15target_link_libraries(DebugInfoPDBTests PRIVATE LLVMTestingSupport)
16