llvm-6502/lib
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
..
Analysis Delete whitespace at start of line. 2015-07-02 14:17:12 +00:00
AsmParser Add a DIModule metadata node to the IR. 2015-06-29 23:03:47 +00:00
Bitcode Remove always-true comparison, NFC. 2015-07-03 20:12:01 +00:00
CodeGen Initialize booleans CallsUnwindInit and CallsEHReturn with false instead of 0. 2015-07-03 07:56:24 +00:00
DebugInfo Return ErrorOr from getSymbolAddress. 2015-07-03 18:19:00 +00:00
ExecutionEngine Use a continue to reduce indentation. 2015-07-03 22:02:28 +00:00
Fuzzer
IR Remove always-true comparison, NFC. 2015-07-03 20:12:01 +00:00
IRReader
LibDriver
LineEditor
Linker
LTO
MC Convert a member variable to a local one. 2015-07-02 16:59:57 +00:00
Object [ELFYAML] Fix handling SHT_NOBITS sections by obj2yaml/yaml2obj tools 2015-07-03 23:00:54 +00:00
Option
Passes
ProfileData
Support [Support] Lazy load of dbghlp.dll on Windows 2015-07-02 14:34:57 +00:00
TableGen
Target Return ErrorOr from getSymbolAddress. 2015-07-03 18:19:00 +00:00
Transforms Remove whitespace from start of line, NFC. 2015-07-02 14:25:09 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile