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