[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.
This commit is contained in:
Jonas Devlieghere
2020-02-14 09:46:02 -08:00
parent e8358455a2
commit bba9ba8d95
84 changed files with 85 additions and 85 deletions

View File

@@ -20,7 +20,7 @@
using namespace lldb;
using namespace lldb_private;
LLDB_PLUGIN(ScriptInterpreterNone)
LLDB_PLUGIN_DEFINE(ScriptInterpreterNone)
ScriptInterpreterNone::ScriptInterpreterNone(Debugger &debugger)
: ScriptInterpreter(debugger, eScriptLanguageNone) {}