llvm/lldb/unittests/Disassembler/x86/TestGetControlFlowKindx86.cpp

//===-- TestX86GetControlFlowKind.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 TestGetControlFlowKindx86 : public testing::Test {};

void TestGetControlFlowKindx86::SetUpTestCase() {}

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

TEST_F(TestGetControlFlowKindx86, TestX86_64Instruction) {}