llvm/llvm/unittests/InterfaceStub/ELFYAMLTest.cpp

//===- llvm/unittests/TextAPI/YAMLTest.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/ADT/StringRef.h"
#include "llvm/BinaryFormat/ELF.h"
#include "llvm/InterfaceStub/IFSHandler.h"
#include "llvm/InterfaceStub/IFSStub.h"
#include "llvm/Support/Error.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"
#include <string>

usingnamespacellvm;
usingnamespacellvm::ELF;
usingnamespacellvm::ifs;

void compareByLine(StringRef LHS, StringRef RHS) {}

TEST(ElfYamlTextAPI, YAMLReadableTBE) {}

TEST(ElfYamlTextAPI, YAMLReadsInvalidSymbols) {}

TEST(ElfYamlTextAPI, YAMLReadsTBESymbols) {}

TEST(ElfYamlTextAPI, YAMLReadsNoTBESyms) {}

TEST(ElfYamlTextAPI, YAMLUnreadableTBE) {}

TEST(ElfYamlTextAPI, YAMLUnsupportedVersion) {}

TEST(ElfYamlTextAPI, YAMLWritesTBESymbols) {}

TEST(ElfYamlTextAPI, YAMLWritesNoTBESyms) {}