#define LLD_CORE_LINKING_CONTEXT_H
#include "lld/Core/Error.h"
-#include "lld/Core/InputGraph.h"
#include "lld/Core/LLVM.h"
+#include "lld/Core/Node.h"
#include "lld/Core/Reference.h"
#include "lld/Core/range.h"
#include "lld/ReaderWriter/Reader.h"
-//===- lld/Core/InputGraph.h - Input Graph --------------------------------===//
+//===- lld/Core/Node.h - Input file class ---------------------------------===//
//
// The LLVM Linker
//
///
/// \file
///
-/// Inputs to the linker in the form of a Graph.
+/// The classes in this file represents inputs to the linker.
///
//===----------------------------------------------------------------------===//
-#ifndef LLD_CORE_INPUT_GRAPH_H
-#define LLD_CORE_INPUT_GRAPH_H
+#ifndef LLD_CORE_NODE_H
+#define LLD_CORE_NODE_H
#include "lld/Core/File.h"
#include "llvm/Option/ArgList.h"
} // namespace lld
-#endif // LLD_CORE_INPUT_GRAPH_H
+#endif // LLD_CORE_NODE_H
#ifndef LLD_DRIVER_DRIVER_H
#define LLD_DRIVER_DRIVER_H
-#include "lld/Core/InputGraph.h"
#include "lld/Core/LLVM.h"
+#include "lld/Core/Node.h"
#include "llvm/ADT/Triple.h"
#include "llvm/Support/raw_ostream.h"
#include <memory>