llvm-6502/lib/Object
Simon Atanasyan afc0340d96 [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools
SHT_NOBITS sections do not have content in an object file. Now the yaml2obj
tool does not accept `Content` field for such sections, and the obj2yaml
tool does not attempt to read the section content from a file.

Restore r241350 and r241352.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241377 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-03 23:00:54 +00:00
..
Archive.cpp
ArchiveWriter.cpp
Binary.cpp
CMakeLists.txt
COFFObjectFile.cpp Return ErrorOr from getSymbolAddress. 2015-07-03 18:19:00 +00:00
COFFYAML.cpp
ELF.cpp
ELFObjectFile.cpp
ELFYAML.cpp [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools 2015-07-03 23:00:54 +00:00
Error.cpp
IRObjectFile.cpp
LLVMBuild.txt
MachOObjectFile.cpp Return ErrorOr from getSymbolAddress. 2015-07-03 18:19:00 +00:00
MachOUniversal.cpp
Makefile
Object.cpp Return ErrorOr from getSymbolAddress. 2015-07-03 18:19:00 +00:00
ObjectFile.cpp Return ErrorOr from SymbolRef::getName. 2015-07-02 20:55:21 +00:00
RecordStreamer.cpp
RecordStreamer.h
SymbolicFile.cpp
SymbolSize.cpp