mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Rename COFFYaml.h to COFFYAML.h for consistency.
llvm-svn: 183042
This commit is contained in:
parent
3a1a41caee
commit
64fb26327c
@ -11,7 +11,7 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "llvm/Object/COFFYaml.h"
|
||||
#include "llvm/Object/COFFYAML.h"
|
||||
|
||||
#define ECase(X) IO.enumCase(Value, #X, COFF::X);
|
||||
namespace llvm {
|
||||
|
@ -9,7 +9,7 @@
|
||||
|
||||
#include "obj2yaml.h"
|
||||
#include "llvm/Object/COFF.h"
|
||||
#include "llvm/Object/COFFYaml.h"
|
||||
#include "llvm/Object/COFFYAML.h"
|
||||
#include "llvm/Support/ErrorHandling.h"
|
||||
#include "llvm/Support/YAMLTraits.h"
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
#include "llvm/ADT/StringExtras.h"
|
||||
#include "llvm/ADT/StringMap.h"
|
||||
#include "llvm/ADT/StringSwitch.h"
|
||||
#include "llvm/Object/COFFYaml.h"
|
||||
#include "llvm/Object/COFFYAML.h"
|
||||
#include "llvm/Support/Casting.h"
|
||||
#include "llvm/Support/CommandLine.h"
|
||||
#include "llvm/Support/Endian.h"
|
||||
|
Loading…
Reference in New Issue
Block a user