forked from OSchip/llvm-project
Rename GnuLDInputGraph.h -> GnuLdInputGraph.h for consistency with other files.
llvm-svn: 190332
This commit is contained in:
parent
6b28b3183e
commit
fff7f8a4ed
|
@ -1,4 +1,4 @@
|
|||
//===- lld/Driver/GnuLDInputGraph.h - Files to be linked for ELF linking---===//
|
||||
//===- lld/Driver/GnuLdInputGraph.h - Files to be linked for ELF linking---===//
|
||||
//
|
||||
// The LLVM Linker
|
||||
//
|
|
@ -14,7 +14,7 @@
|
|||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "lld/Driver/Driver.h"
|
||||
#include "lld/Driver/GnuLDInputGraph.h"
|
||||
#include "lld/Driver/GnuLdInputGraph.h"
|
||||
|
||||
#include "llvm/ADT/ArrayRef.h"
|
||||
#include "llvm/ADT/STLExtras.h"
|
||||
|
|
Loading…
Reference in New Issue