llvm/llvm/unittests/CodeGen/GlobalISel/GISelMITest.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 "GISelMITest.h"

namespace llvm {
std::ostream &
operator<<(std::ostream &OS, const LLT Ty) {}

std::ostream &
operator<<(std::ostream &OS, const MachineFunction &MF) {}

}

std::unique_ptr<LLVMTargetMachine>
AArch64GISelMITest::createTargetMachine() const {}

void AArch64GISelMITest::getTargetTestModuleString(SmallString<512> &S,
                                                   StringRef MIRFunc) const {}

std::unique_ptr<LLVMTargetMachine>
AMDGPUGISelMITest::createTargetMachine() const {}

void AMDGPUGISelMITest::getTargetTestModuleString(
  SmallString<512> &S, StringRef MIRFunc) const {}