summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/Inputs
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2019-04-13 03:55:13 +0000
committerPhilip Reames <listmail@philipreames.com>2019-04-13 03:55:13 +0000
commite03301a3b32d048d8975e0fe21d80489505415c8 (patch)
treeada40bafa605a06d024ff48514210b1af0b3883b /llvm/test/Object/Inputs
parenteea989a909a3c963a1e99d7e75eb94f25d2bf9fb (diff)
downloadbcm5719-llvm-e03301a3b32d048d8975e0fe21d80489505415c8.tar.gz
bcm5719-llvm-e03301a3b32d048d8975e0fe21d80489505415c8.zip
[StackMaps] Update llvm-readobj to parse V3 Stackmaps
This updates the StackMap parser in the llvm-readobj tool to parse version 3 StackMaps, which were bumped in https://reviews.llvm.org/D32629. Version 3 StackMaps differ in that they have a uint16 sized "location size" field which was added to the Location block in a StackMap record. The record has additional padding for alignment. This was a backwards incompatible change resulting in a StackMap version bump. Patch By: jacob.hughes@kcl.ac.uk (with a rewrite of tests by me) Differential Revision: https://reviews.llvm.org/D59020 llvm-svn: 358325
Diffstat (limited to 'llvm/test/Object/Inputs')
-rw-r--r--llvm/test/Object/Inputs/stackmap-test.macho-x86-64bin3956 -> 4116 bytes
1 files changed, 0 insertions, 0 deletions
diff --git a/llvm/test/Object/Inputs/stackmap-test.macho-x86-64 b/llvm/test/Object/Inputs/stackmap-test.macho-x86-64
index 438f5e77a44..c3fcb0301d3 100644
--- a/llvm/test/Object/Inputs/stackmap-test.macho-x86-64
+++ b/llvm/test/Object/Inputs/stackmap-test.macho-x86-64
Binary files differ
OpenPOWER on IntegriCloud