aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-02-14 09:46:02 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-02-14 09:58:24 -0800
commitbba9ba8d953816fd7697cdb647b81510bfa85d71 (patch)
tree2a556ea514b2f6e554ddf28c0008099cdff516ec /lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
parente8358455a2b662bec59bc3971c18346800d7cb00 (diff)
downloadllvm-bba9ba8d953816fd7697cdb647b81510bfa85d71.zip
llvm-bba9ba8d953816fd7697cdb647b81510bfa85d71.tar.gz
llvm-bba9ba8d953816fd7697cdb647b81510bfa85d71.tar.bz2
[lldb/Plugin] s/LLDB_PLUGIN/LLDB_PLUGIN_DEFINE/ (NFC)
Rename LLDB_PLUGIN to LLDB_PLUGIN_DEFINE as Pavel suggested in D73067 to avoid name conflict.
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp')
-rw-r--r--lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
index cc03627..722af71 100644
--- a/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
+++ b/lldb/source/Plugins/ScriptInterpreter/Python/ScriptInterpreterPython.cpp
@@ -56,7 +56,7 @@ using namespace lldb_private;
using namespace lldb_private::python;
using llvm::Expected;
-LLDB_PLUGIN(ScriptInterpreterPython)
+LLDB_PLUGIN_DEFINE(ScriptInterpreterPython)
// Defined in the SWIG source file
#if PY_MAJOR_VERSION >= 3