#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) { … }
}
}
}