2021-02-16 15:13:02 -05:00
|
|
|
//===-- UnimplementedError.cpp --------------------------------------------===//
|
2018-07-28 07:06:01 -04:00
|
|
|
//
|
2019-08-20 16:50:49 -04:00
|
|
|
// 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
|
2018-07-28 07:06:01 -04:00
|
|
|
//
|
|
|
|
|
//===----------------------------------------------------------------------===//
|
|
|
|
|
|
2021-02-16 15:13:02 -05:00
|
|
|
#include "lldb/Utility/UnimplementedError.h"
|
2018-07-28 07:06:01 -04:00
|
|
|
|
2021-02-16 15:13:02 -05:00
|
|
|
char lldb_private::UnimplementedError::ID;
|