diff options
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Utility/Baton.cpp')
-rw-r--r-- | contrib/llvm/tools/lldb/source/Utility/Baton.cpp | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contrib/llvm/tools/lldb/source/Utility/Baton.cpp b/contrib/llvm/tools/lldb/source/Utility/Baton.cpp new file mode 100644 index 0000000..786be2f --- /dev/null +++ b/contrib/llvm/tools/lldb/source/Utility/Baton.cpp @@ -0,0 +1,13 @@ +//===-- 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/Utility/Baton.h" + +void lldb_private::UntypedBaton::GetDescription( + Stream *s, lldb::DescriptionLevel level) const {} |