llvm/lldb/unittests/Disassembler/RISCV/TestMCDisasmInstanceRISCV.cpp

//===-- TestMCDisasmInstanceRISCV.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 "llvm/Support/TargetSelect.h"
#include "gtest/gtest.h"

#include "lldb/Core/Address.h"
#include "lldb/Core/Disassembler.h"
#include "lldb/Target/ExecutionContext.h"
#include "lldb/Utility/ArchSpec.h"

#include "Plugins/Disassembler/LLVMC/DisassemblerLLVMC.h"

usingnamespacelldb;
usingnamespacelldb_private;

namespace {
class TestMCDisasmInstanceRISCV : public testing::Test {};

void TestMCDisasmInstanceRISCV::SetUpTestCase() {}

void TestMCDisasmInstanceRISCV::TearDownTestCase() {}
} // namespace

TEST_F(TestMCDisasmInstanceRISCV, TestRISCV32Instruction) {}