llvm/llvm/unittests/TextAPI/RecordTests.cpp

//===-- RecordTests.cpp - TextAPI Record Type Test-------------------------===//
//
// 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/TargetParser/Triple.h"
#include "llvm/TextAPI/RecordsSlice.h"
#include "gtest/gtest.h"

usingnamespacellvm;
usingnamespacellvm::MachO;

namespace TAPIRecord {

TEST(TAPIRecord, Simple) {}

TEST(TAPIRecord, SimpleObjC) {}

TEST(TAPIRecord, IncompleteObjC) {}

TEST(TAPIRecord, SimpleSlice) {}

TEST(TAPIRecord, LibraryAttrs) {}

} // namespace TAPIRecord