llvm-project/llvm/test/Object/Inputs/COFF
Saleem Abdulrasool fbf920f9b4 llvm-objdump: support dumping AUX records for weak externals
This is a support COFF feature.  Ensure that we can display the weak externals
auxiliary symbol.  It contains useful information (such as the default binding
and how to resolve the symbol).

This reapplies the previous patch with a modification which hopefully should fix
the endianness issues.  The variadic call would promote the ulittle32_t to a
uint32_t which would lose the byte-swapping behaviour desired.

llvm-svn: 270813
2016-05-26 01:45:12 +00:00
..
i386.yaml
long-file-symbol.yaml
long-section-name.yaml obj2yaml, COFF: Handle long section names 2014-10-10 00:17:57 +00:00
section-aux-symbol.yaml Add tests for r219479. 2014-10-10 06:59:05 +00:00
weak-external.yaml
weak-externals.yaml llvm-objdump: support dumping AUX records for weak externals 2016-05-26 01:45:12 +00:00
x86-64.yaml