Files
clang-p2996/lldb/source/Plugins/ObjectFile/PECOFF/CMakeLists.txt
Adrian McCarthy f7d1893f5b Enable saving of mini dumps with lldb process save-core.
Also adds SB API to save a core and tests that use it.

Differential Revision: http://reviews.llvm.org/D14793

llvm-svn: 253734
2015-11-20 23:09:11 +00:00

5 lines
93 B
CMake

add_lldb_library(lldbPluginObjectFilePECOFF
ObjectFilePECOFF.cpp
WindowsMiniDump.cpp
)