summaryrefslogtreecommitdiff
path: root/source/Core/Baton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/Core/Baton.cpp')
-rw-r--r--source/Core/Baton.cpp24
1 files changed, 24 insertions, 0 deletions
diff --git a/source/Core/Baton.cpp b/source/Core/Baton.cpp
new file mode 100644
index 0000000000000..8bed01be88397
--- /dev/null
+++ b/source/Core/Baton.cpp
@@ -0,0 +1,24 @@
+//===-- Baton.cpp -----------------------------------------------*- C++ -*-===//
+//
+// The LLVM Compiler Infrastructure
+//
+// This file is distributed under the University of Illinois Open Source
+// License. See LICENSE.TXT for details.
+//
+//===----------------------------------------------------------------------===//
+
+#include "lldb/Core/Baton.h"
+
+// C Includes
+// C++ Includes
+// Other libraries and framework includes
+// Project includes
+#include "lldb/Core/Stream.h"
+
+using namespace lldb;
+using namespace lldb_private;
+
+void
+Baton::GetDescription (Stream *s, lldb::DescriptionLevel level) const
+{
+}