summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-objdump/Inputs/file.obj.coff-arm
Commit message (Collapse)AuthorAgeFilesLines
* tools: teach objdump about FILE aux recordsSaleem Abdulrasool2014-04-131-0/+0
Add support for file auxiliary symbol entries in COFF symbol tables. A COFF symbol table with a FILE entry is followed by sizeof(__FILE__) / 18 auxiliary symbol records which contain the filename. Read them and form the original filename that the record contains. Then display the name in the output. llvm-svn: 206126
OpenPOWER on IntegriCloud