diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Utility/Baton.cpp')
| -rw-r--r-- | contrib/llvm-project/lldb/source/Utility/Baton.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/llvm-project/lldb/source/Utility/Baton.cpp b/contrib/llvm-project/lldb/source/Utility/Baton.cpp new file mode 100644 index 000000000000..84e295e24686 --- /dev/null +++ b/contrib/llvm-project/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 {} |
