summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-readobj/coff-const-import.test
Commit message (Collapse)AuthorAgeFilesLines
* COFF Import: expose both symbolsSaleem Abdulrasool2017-04-281-0/+7
COFF Import libraries which use the obsolete CONSTANT export are supposed to get two symbols, one with the `_imp_` prefix and one without. Ensure that we expose both for iteration. This is necessary to fix the librarian with COFF CONSTANT exports. llvm-svn: 301614
OpenPOWER on IntegriCloud