llvm/llvm/unittests/tools/llvm-exegesis/AArch64/TargetTest.cpp

//===-- TargetTest.cpp ------------------------------------------*- C++ -*-===//
//
// 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 "Target.h"

#include <cassert>
#include <memory>

#include "MCTargetDesc/AArch64MCTargetDesc.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace llvm {
namespace exegesis {

void InitializeAArch64ExegesisTarget();

namespace {

IsEmpty;
Not;
NotNull;

constexpr const char kTriple[] =;

class AArch64TargetTest : public ::testing::Test {};

TEST_F(AArch64TargetTest, SetRegToConstant) {}

TEST_F(AArch64TargetTest, DefaultPfmCounters) {}

} // namespace
} // namespace exegesis
} // namespace llvm