• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1set(LLVM_LINK_COMPONENTS
2  DebugInfoCodeView
3  DebugInfoPDB
4  )
5
6set(DebugInfoPDBSources
7  MappedBlockStreamTest.cpp
8  PDBApiTest.cpp
9  )
10
11add_llvm_unittest(DebugInfoPDBTests
12  ${DebugInfoPDBSources}
13  )
14