summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Inputs
diff options
context:
space:
mode:
authorGeorge Rimar <grimar@accesssoftek.com>2016-09-23 11:01:53 +0000
committerGeorge Rimar <grimar@accesssoftek.com>2016-09-23 11:01:53 +0000
commit4f82df52ae3e1db5e991d7eab957a59a84924792 (patch)
tree3d09f1a656dec4c89cffe8d6483f2d74554d447d /llvm/test/DebugInfo/Inputs
parenta3485271867deb7c8d7e5b92bcddf56818fd9586 (diff)
downloadbcm5719-llvm-4f82df52ae3e1db5e991d7eab957a59a84924792.tar.gz
bcm5719-llvm-4f82df52ae3e1db5e991d7eab957a59a84924792.zip
Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.""
Build bot issues (http://lab.llvm.org:8011/builders/clang-x64-ninja-win7/builds/15856/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Adwarfdump-dump-gdbindex.test) should be fixed in that version. Issue was that MSVS does not support "%zu". Though it works fine on MSCS 2015, Bot looks running MSVS 2013 that does not like it. MSDN also says that "z" prefix is not supported: https://msdn.microsoft.com/en-us/library/tcxf1dw6.aspx I had to use PRId64 instead. Original commit message: [llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section. gold linker's --gdb-index option currently is able to create the .gdb_index section that allows GDB to locate and read the .dwo files as it needs them, this helps reduce the total size of the object files processed by the linker. More info about that: https://gcc.gnu.org/wiki/DebugFission https://sourceware.org/gdb/onlinedocs/gdb/Index-Section-Format.html Patch teaches dwarfdump tool to dump this section. Differential revision: https://reviews.llvm.org/D21503 llvm-svn: 282239
Diffstat (limited to 'llvm/test/DebugInfo/Inputs')
-rw-r--r--llvm/test/DebugInfo/Inputs/dwarfdump-gdbindex-v7.elf-x86-64bin0 -> 14292 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/DebugInfo/Inputs/dwarfdump-gdbindex-v7.elf-x86-64 b/llvm/test/DebugInfo/Inputs/dwarfdump-gdbindex-v7.elf-x86-64
new file mode 100644
index 00000000000..c6a064f3dc6
--- /dev/null
+++ b/llvm/test/DebugInfo/Inputs/dwarfdump-gdbindex-v7.elf-x86-64
Binary files differ
OpenPOWER on IntegriCloud