#include "llvm/Analysis/CallGraph.h"
#include "llvm/AsmParser/Parser.h"
#include "llvm/Config/config.h"
#include "llvm/IR/Module.h"
#include "llvm/Passes/PassBuilder.h"
#include "llvm/Passes/PassPlugin.h"
#include "llvm/Support/CommandLine.h"
#include "llvm/Support/raw_ostream.h"
#include "llvm/Testing/Support/Error.h"
#include "gtest/gtest.h"
#include "llvm/Analysis/InlineOrder.h"
namespace llvm {
namespace {
void anchor() { … }
std::string libPath(const std::string Name = "InlineOrderPlugin") { … }
struct CompilerInstance { … };
StringRef TestIRS[] = …;
}
TEST(PluginInlineOrderTest, NoInlineFoo) { … }
}