summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/dsymutil/X86/assembly-output.test
Commit message (Collapse)AuthorAgeFilesLines
* [dsymutil] Add support for outputting assemblyJonas Devlieghere2018-07-091-0/+3
When implementing the DWARF accelerator tables in dsymutil I ran into an assertion in the assembler. Debugging these kind of issues is a lot easier when looking at the assembly instead of debugging the assembler itself. Since it's only a matter of creating an AsmStreamer instead of a MCObjectStreamer it made sense to turn this into a (hidden) dsymutil feature. Differential revision: https://reviews.llvm.org/D49079 llvm-svn: 336561
OpenPOWER on IntegriCloud