summaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp')
-rw-r--r--lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp b/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
index 5b86df6c5273..58c7cbb4530a 100644
--- a/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
+++ b/lldb/source/Plugins/Architecture/Arm/ArchitectureArm.cpp
@@ -1,4 +1,4 @@
-//===-- ArchitectureArm.cpp -------------------------------------*- C++ -*-===//
+//===-- ArchitectureArm.cpp -----------------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
@@ -17,6 +17,8 @@
using namespace lldb_private;
using namespace lldb;
+LLDB_PLUGIN_DEFINE(ArchitectureArm)
+
ConstString ArchitectureArm::GetPluginNameStatic() {
return ConstString("arm");
}