Home | History | Annotate | Download | only in PDB
      1 set(LLVM_LINK_COMPONENTS
      2   DebugInfoCodeView
      3   DebugInfoPDB
      4   )
      5 
      6 set(DebugInfoPDBSources
      7   MappedBlockStreamTest.cpp
      8   PDBApiTest.cpp
      9   )
     10 
     11 add_llvm_unittest(DebugInfoPDBTests
     12   ${DebugInfoPDBSources}
     13   )
     14