summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-size/Inputs
Commit message (Collapse)AuthorAgeFilesLines
* Fix a bug with llvm-size and the -m option with multiple files not printing ↵Kevin Enderby2016-12-011-0/+0
| | | | | | the file names. llvm-svn: 288402
* Revert "Correct size calculations for ELF files"Rafael Espindola2016-02-091-0/+0
| | | | | | | | | This reverts commit r259578. There are enough issues with this small patch that it is better to revert and then commit a fixed version (will be committed shortly). llvm-svn: 260285
* Fix a formatting problems with llvm-size and the -m option.Kevin Enderby2016-02-091-0/+0
| | | | | | | | | | It was using format() with a string for 64-bit types but was passed a 32-bit type in places when printing values for 32-bit Mach-O files. rdar://24542509 llvm-svn: 260243
* Correct size calculations for ELF filesHemant Kulkarni2016-02-021-0/+0
llvm-svn: 259578
OpenPOWER on IntegriCloud