summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-nm/ARM
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-ar][llvm-nm][llvm-size] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
| | | | llvm-svn: 359688
* [llvm-nm] -print-size => --print-sizeFangrui Song2019-04-291-1/+1
| | | | llvm-svn: 359417
* [llvm-nm][llvm-size] Use --double-dash options in testsFangrui Song2019-04-261-1/+1
| | | | llvm-svn: 359308
* [llvm-nm] Use WithColor for error reportingJonas Devlieghere2018-11-111-1/+1
| | | | | | Use helpers from Support/WithError.h to print errors. llvm-svn: 346624
* Change the test added in r293099 so it does not have the string "llvm-nm" to fixKevin Enderby2017-01-251-1/+1
| | | | | | the clang-x86-windows-msvc2015 bot as the name is "llvm-nm.EXE" in that case. llvm-svn: 293114
* Add a warning when the llvm-nm -print-size flag is used on a Mach-O file asKevin Enderby2017-01-253-0/+5
Mach-O files don’t have size information about the symbols in the object file format unlike ELF. Also add the part of the fix to llvm-nm that was missed with r290001 so -arch armv7m works. rdar://25681018 llvm-svn: 293099
OpenPOWER on IntegriCloud