Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style."
it broked bot: http://lab.llvm.org:8011/builders/clang-s390x-linux/builds/5036 llvm-svn: 270541
This commit is contained in:
@@ -292,10 +292,6 @@ uint64_t COFFObjectFile::getSectionAlignment(DataRefImpl Ref) const {
|
||||
return Sec->getAlignment();
|
||||
}
|
||||
|
||||
bool COFFObjectFile::isSectionCompressed(DataRefImpl Sec) const {
|
||||
return false;
|
||||
}
|
||||
|
||||
bool COFFObjectFile::isSectionText(DataRefImpl Ref) const {
|
||||
const coff_section *Sec = toSec(Ref);
|
||||
return Sec->Characteristics & COFF::IMAGE_SCN_CNT_CODE;
|
||||
|
||||
Reference in New Issue
Block a user