diff options
author | Zachary Turner <zturner@google.com> | 2016-07-29 20:56:36 +0000 |
---|---|---|
committer | Zachary Turner <zturner@google.com> | 2016-07-29 20:56:36 +0000 |
commit | a3225b0451cc68788db10c62a66bb189817658b1 (patch) | |
tree | 8e91ca1dab5f2c9a04964eaa93fa0db40688ffaf /llvm/tools/llvm-readobj/COFFDumper.cpp | |
parent | ecbe2ea002cdc4c1da279121ed66c459f0c5a3e2 (diff) | |
download | bcm5719-llvm-a3225b0451cc68788db10c62a66bb189817658b1.tar.gz bcm5719-llvm-a3225b0451cc68788db10c62a66bb189817658b1.zip |
[msf] Resubmit "Rename Msf -> MSF".
Previously this change was submitted from a Windows machine, so
changes made to the case of filenames and directory names did
not survive the commit, and as a result the CMake source file
names and the on-disk file names did not match on case-sensitive
file systems.
I'm resubmitting this patch from a Linux system, which hopefully
allows the case changes to make it through unfettered.
llvm-svn: 277213
Diffstat (limited to 'llvm/tools/llvm-readobj/COFFDumper.cpp')
-rw-r--r-- | llvm/tools/llvm-readobj/COFFDumper.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-readobj/COFFDumper.cpp b/llvm/tools/llvm-readobj/COFFDumper.cpp index 12a4292e238..28addfabd6e 100644 --- a/llvm/tools/llvm-readobj/COFFDumper.cpp +++ b/llvm/tools/llvm-readobj/COFFDumper.cpp @@ -33,7 +33,7 @@ #include "llvm/DebugInfo/CodeView/TypeIndex.h" #include "llvm/DebugInfo/CodeView/TypeRecord.h" #include "llvm/DebugInfo/CodeView/TypeStreamMerger.h" -#include "llvm/DebugInfo/Msf/ByteStream.h" +#include "llvm/DebugInfo/MSF/ByteStream.h" #include "llvm/Object/COFF.h" #include "llvm/Object/ObjectFile.h" #include "llvm/Support/COFF.h" |