From f059dd4f76d57bcaf4389dd5b776eca4c07d7668 Mon Sep 17 00:00:00 2001 From: George Rimar Date: Tue, 24 May 2016 11:03:10 +0000 Subject: Revert r270543 ("Recommit r270540") Failed build bot in another test. I am sorry for noise. http://lab.llvm.org:8080/green/job/clang-stage1-cmake-RA-incremental_check/23679/testReport/junit/LLVM/DebugInfo/llvm_symbolizer_zlib_test/ llvm-svn: 270547 --- llvm/lib/Object/MachOObjectFile.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'llvm/lib/Object/MachOObjectFile.cpp') diff --git a/llvm/lib/Object/MachOObjectFile.cpp b/llvm/lib/Object/MachOObjectFile.cpp index d7ec3e5..760249f 100644 --- a/llvm/lib/Object/MachOObjectFile.cpp +++ b/llvm/lib/Object/MachOObjectFile.cpp @@ -653,10 +653,6 @@ uint64_t MachOObjectFile::getSectionAlignment(DataRefImpl Sec) const { return uint64_t(1) << Align; } -bool MachOObjectFile::isSectionCompressed(DataRefImpl Sec) const { - return false; -} - bool MachOObjectFile::isSectionText(DataRefImpl Sec) const { uint32_t Flags = getSectionFlags(this, Sec); return Flags & MachO::S_ATTR_PURE_INSTRUCTIONS; -- cgit v1.1