llvm/lldb/unittests/Instruction/ARM64/TestAArch64Emulator.cpp

//===-- TestAArch64Emulator.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 "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/Instruction/ARM64/EmulateInstructionARM64.h"

usingnamespacelldb;
usingnamespacelldb_private;

struct Arch64EmulatorTester : public EmulateInstructionARM64 {};

class TestAArch64Emulator : public testing::Test {};

void TestAArch64Emulator::SetUpTestCase() {}

void TestAArch64Emulator::TearDownTestCase() {}

TEST_F(TestAArch64Emulator, TestOverflow) {}