summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/OperatingSystem/Python
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/OperatingSystem/Python')
-rw-r--r--lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
new file mode 100644
index 00000000000..ceed46806f4
--- /dev/null
+++ b/lldb/source/Plugins/OperatingSystem/Python/CMakeLists.txt
@@ -0,0 +1,5 @@
+set(LLVM_NO_RTTI 1)
+
+add_lldb_library(lldbPluginOSPython
+ OperatingSystemPython.cpp
+ )
OpenPOWER on IntegriCloud