summaryrefslogtreecommitdiffstats
path: root/llvm/test/Object/stackmap-dump.test
Commit message (Collapse)AuthorAgeFilesLines
* [Stackmap] Pre-assemble the stackmap parser test case. (Fix builders).Lang Hames2015-06-271-2/+1
| | | | | | | | This case had been failing on testers that didn't have x86 support. Rather than XFAIL it on testers without x86 support, I've just assembled it and used the raw object as the test input. llvm-svn: 240875
* [StackMaps] Add a lightweight parser for stackmap version 1 sections.Lang Hames2015-06-261-0/+17
The parser provides a convenient interface for reading llvm stackmap v1 sections in object files. This patch also includes a new option for llvm-readobj, '-stackmap', which uses the parser to pretty-print stackmap sections for debugging/testing purposes. llvm-svn: 240860
OpenPOWER on IntegriCloud