diff options
Diffstat (limited to 'contrib/llvm-project/lldb/source/Utility/UnimplementedError.cpp')
-rw-r--r-- | contrib/llvm-project/lldb/source/Utility/UnimplementedError.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/contrib/llvm-project/lldb/source/Utility/UnimplementedError.cpp b/contrib/llvm-project/lldb/source/Utility/UnimplementedError.cpp new file mode 100644 index 000000000000..034ad5b17b64 --- /dev/null +++ b/contrib/llvm-project/lldb/source/Utility/UnimplementedError.cpp @@ -0,0 +1,11 @@ +//===-- UnimplementedError.cpp --------------------------------------------===// +// +// 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/UnimplementedError.h" + +char lldb_private::UnimplementedError::ID; |