[PGO] Add hash to name mapping in InstrProfSymtab
[oota-llvm.git] / unittests / DebugInfo / CMakeLists.txt
index ffc908608ab9a3c4c55dcc9542d73a2705d995f0..dae472bafdd7184b08c3b79f9f1fd5a878082726 100644 (file)
@@ -1,11 +1,3 @@
-set(LLVM_LINK_COMPONENTS
-  DebugInfoDWARF
-  )
 
-set(DebugInfoSources
-  DWARFFormValueTest.cpp
-  )
-
-add_llvm_unittest(DebugInfoTests
-  ${DebugInfoSources}
-  )
+add_subdirectory(DWARF)
+add_subdirectory(PDB)