[lldb/Plugin] Don't define initializers inside lldb_private

This should fix the Windows build.
This commit is contained in:
Jonas Devlieghere 2020-02-07 16:50:10 -08:00
parent 6770fbb314
commit d7082e0337
1 changed files with 0 additions and 2 deletions

View File

@ -23,10 +23,8 @@
#include <stdint.h>
#define LLDB_PLUGIN(PluginName) \
namespace lldb_private { \
void lldb_initialize_##PluginName() { PluginName::Initialize(); } \
void lldb_terminate_##PluginName() { PluginName::Terminate(); } \
}
// FIXME: Generate me with CMake
#define LLDB_PLUGIN_INITIALIZE(PluginName) \