llvm/llvm/unittests/tools/llvm-exegesis/PowerPC/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/PPCMCTargetDesc.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"

namespace llvm{
namespace exegesis {

void InitializePowerPCExegesisTarget();

namespace {

NotNull;
IsEmpty;
Not;

constexpr const char kTriple[] =;

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

TEST_F(PowerPCTargetTest, SetRegToConstant) {}

TEST_F(PowerPCTargetTest, DefaultPfmCounters) {}

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