llvm/llvm/unittests/MC/AMDGPU/DwarfRegMappings.cpp

//===- llvm/unittests/MC/AMDGPU/DwarfRegMappings.cpp ----------------------===//
//
// 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 "llvm/MC/MCRegisterInfo.h"
#include "llvm/MC/MCTargetOptions.h"
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "llvm/Target/TargetMachine.h"
#include "gtest/gtest.h"
#include <mutex>
#include <thread>

usingnamespacellvm;

std::once_flag flag;

void InitializeAMDGPUTarget() {}

std::unique_ptr<LLVMTargetMachine>
createTargetMachine(std::string TStr, StringRef CPU, StringRef FS) {}

TEST(AMDGPUDwarfRegMappingTests, TestWave64DwarfRegMapping) {}

TEST(AMDGPUDwarfRegMappingTests, TestWave32DwarfRegMapping) {}