Rename GnuLDInputGraph.h -> GnuLdInputGraph.h for consistency with other files.

llvm-svn: 190332
This commit is contained in:
Rui Ueyama 2013-09-09 19:30:23 +00:00
parent 6b28b3183e
commit fff7f8a4ed
2 changed files with 2 additions and 2 deletions

View File

@ -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
//

View File

@ -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"