1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test/tools/llvm-readobj
David Majnemer 7b9da9e01d yaml2obj: Support bigobj
Teach yaml2obj how to make a bigobj COFF file.  Like the rest of LLVM,
we automatically decide whether or not to use regular COFF or bigobj
COFF on the fly depending on how many sections the resulting object
would have.

This ends the task of adding bigobj support to LLVM.

N.B. This was tested by forcing yaml2obj to be used in bigobj mode
regardless of the number of sections.  While a dedicated test was
written, the smallest I could make it was 36 MB (!) of yaml and it still
took a significant amount of time to execute on a powerful machine.

llvm-svn: 217858
2014-09-16 03:52:46 +00:00
..
ARM Reduce verbiage of lit.local.cfg files 2014-06-09 22:42:55 +00:00
Inputs yaml2obj: Support bigobj 2014-09-16 03:52:46 +00:00
bigobj.test Object: Add support for bigobj 2014-09-10 12:51:52 +00:00
codeview-linetables.test
coff-file-sections-reading.test Object: Add support for bigobj 2014-09-10 12:51:52 +00:00
coff-non-null-terminated-file.test tools: address possible non-null terminated filenames 2014-04-14 02:37:23 +00:00
coff-zero-string-table.test
cxx-cli-aux.test Object: Add support for bigobj 2014-09-10 12:51:52 +00:00
dynamic.test [llvm-readobj] Print values of FLAGS and MIPS_FLAGS dynamic table tags 2014-05-11 08:48:09 +00:00
file-headers.test Object/COFF: Add function to check if section number is reserved one. 2014-03-18 23:37:53 +00:00
mips-got.test [llvm-readobj] Fix output of MIPS GOT without local and global entries. 2014-07-05 19:28:49 +00:00
peplus.test
program-headers.test [ELF][Mips] Fix recognition of MIPS 64-bit arch in the ELFObjectFile:getArch() method. 2014-06-27 11:36:45 +00:00
reloc-types.test AArch64: add support for dynamic-loader relocations 2014-08-11 10:10:27 +00:00
relocations.test llvm-readobj: fix MachO relocatoin printing a bit. 2014-07-04 10:57:56 +00:00
rpath.test
sections-ext.test Object: Add support for bigobj 2014-09-10 12:51:52 +00:00
sections.test [Mips] Support SHT_MIPS_ABIFLAGS section type flag in the llvm-readobj, 2014-07-13 15:28:54 +00:00
symbols.test Object: Add support for bigobj 2014-09-10 12:51:52 +00:00