diff options
author | Rui Ueyama <ruiu@google.com> | 2013-06-11 21:39:48 +0000 |
---|---|---|
committer | Rui Ueyama <ruiu@google.com> | 2013-06-11 21:39:48 +0000 |
commit | 51cd4e98ffcdb0344a9931e2000bfb607ee9b7db (patch) | |
tree | 1fc7d6fecc6923a00119829cb5429db6681e4f4d /lldb/scripts/Python | |
parent | 389790a2700903c6fdc33a00fcfb5a2aa246a47c (diff) | |
download | bcm5719-llvm-51cd4e98ffcdb0344a9931e2000bfb607ee9b7db.tar.gz bcm5719-llvm-51cd4e98ffcdb0344a9931e2000bfb607ee9b7db.zip |
[PECOFF] Remove COFF header from PE header for simplicity.
COFF header is always present both in executable and in object file. PE header
is present only in executable. So the natural way to handle PE/COFF file is
treating COFF is mandatory header and PE is optional. Current data structre
does not allow it, because PE header includes COFF header. Removing COFF
header will simplify the code to handle PE/COFF files.
Reviewers: Bigcheese
CC: llvm-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D952
llvm-svn: 183788
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions