Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [llvm-ar][llvm-nm][llvm-size] Change -long-option to --long-option in tests. NFC | Fangrui Song | 2019-05-01 | 1 | -1/+1 |
| | | | | llvm-svn: 359688 | ||||
* | [llvm-nm] -print-size => --print-size | Fangrui Song | 2019-04-29 | 1 | -1/+1 |
| | | | | llvm-svn: 359417 | ||||
* | [llvm-nm][llvm-size] Use --double-dash options in tests | Fangrui Song | 2019-04-26 | 1 | -1/+1 |
| | | | | llvm-svn: 359308 | ||||
* | [llvm-nm] Use WithColor for error reporting | Jonas Devlieghere | 2018-11-11 | 1 | -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 fix | Kevin Enderby | 2017-01-25 | 1 | -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 as | Kevin Enderby | 2017-01-25 | 3 | -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 |