aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
diff options
context:
space:
mode:
authorJonas Devlieghere <jonas@devlieghere.com>2020-02-17 19:02:25 -0800
committerJonas Devlieghere <jonas@devlieghere.com>2020-02-17 19:04:50 -0800
commit50c9cd9526a7835ad5a702471a997c30d4fc6bcc (patch)
treec203c158061da28579258da40ed1a24812dfc359 /lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
parent466f8843f526b03c8944a46af5ebb374133b5389 (diff)
downloadllvm-50c9cd9526a7835ad5a702471a997c30d4fc6bcc.zip
llvm-50c9cd9526a7835ad5a702471a997c30d4fc6bcc.tar.gz
llvm-50c9cd9526a7835ad5a702471a997c30d4fc6bcc.tar.bz2
Revert "[lldb/CMake] Auto-generate the Initialize and Terminate calls for plugin"
This is still failing spectacularly on the Windows bot and I still have no clue what's going on.
Diffstat (limited to 'lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp')
-rw-r--r--lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp b/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
index 371bbb5..2d505bc 100644
--- a/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
+++ b/lldb/source/Plugins/ObjectFile/JIT/ObjectFileJIT.cpp
@@ -39,8 +39,6 @@
using namespace lldb;
using namespace lldb_private;
-LLDB_PLUGIN_DEFINE(ObjectFileJIT)
-
char ObjectFileJIT::ID;
void ObjectFileJIT::Initialize() {