summaryrefslogtreecommitdiff
path: root/lldb/source/Utility/Baton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Utility/Baton.cpp')
-rw-r--r--lldb/source/Utility/Baton.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/lldb/source/Utility/Baton.cpp b/lldb/source/Utility/Baton.cpp
new file mode 100644
index 000000000000..84e295e24686
--- /dev/null
+++ b/lldb/source/Utility/Baton.cpp
@@ -0,0 +1,12 @@
+//===-- Baton.cpp -----------------------------------------------*- C++ -*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+
+#include "lldb/Utility/Baton.h"
+
+void lldb_private::UntypedBaton::GetDescription(
+ Stream *s, lldb::DescriptionLevel level) const {}