Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix build bot after r328078 "llvm-readobj] - Teach llvm-readobj to dump ↵ | George Rimar | 2018-03-21 | 1 | -2/+1 |
| | | | | | | | | .note.gnu.property sections." BB was: http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast/builds/27058/steps/test/logs/stdio llvm-svn: 328080 | ||||
* | [llvm-readobj] - Teach llvm-readobj to dump .note.gnu.property sections. | George Rimar | 2018-03-21 | 1 | -0/+22 |
NT_GNU_PROPERTY_TYPE_0 is a recently added type of .note.gnu.property section specified in Linux Extensions to gABI. (https://github.com/hjl-tools/linux-abi/wiki/Linux-Extensions-to-gABI) Patch teach tool to print such notes properly. Differential revision: https://reviews.llvm.org/D44469 llvm-svn: 328078 |