mirror of
https://github.com/intel/llvm.git
synced 2026-02-09 01:52:26 +08:00
[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:
@@ -50,7 +50,7 @@
|
||||
using namespace lldb;
|
||||
using namespace lldb_private;
|
||||
|
||||
LLDB_PLUGIN(ProcessKDP)
|
||||
LLDB_PLUGIN_DEFINE(ProcessKDP)
|
||||
|
||||
namespace {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user