mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-22 21:15:40 -04:00

This is a helper class which supports a number of features including exception to string formatting with backtrace handling and auto-restore of exception state upon scope exit. Additionally, unit tests are included to verify the feature set of the class. llvm-svn: 252994
6 lines
136 B
CMake
6 lines
136 B
CMake
add_lldb_library(lldbPluginScriptInterpreterPython
|
|
PythonDataObjects.cpp
|
|
PythonExceptionState.cpp
|
|
ScriptInterpreterPython.cpp
|
|
)
|