Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Stackmap] Pre-assemble the stackmap parser test case. (Fix builders). | Lang Hames | 2015-06-27 | 1 | -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 Hames | 2015-06-26 | 1 | -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 |