| commit | 0c21abd429ce9e8b0f39cb411df20d5986eb5b03 | [log] [tgz] |
|---|---|---|
| author | Oliver Stannard <oliver.stannard@arm.com> | Fri Feb 09 13:34:39 2018 +0000 |
| committer | Oliver Stannard <oliver.stannard@arm.com> | Fri Feb 09 13:34:39 2018 +0000 |
| tree | e24aa7179ee0f762f1b056cac08e96097482fd23 | |
| parent | 4d4d63ee18a6ae8550a0f092be425b3ddf63be4f [diff] |
[ELF] Print the .type assembly directive correctly for STT_NOTYPE The llvm assembly parser and gas both accept "@notype" in the .type assembly directive, but we were printing it as "@no_type", which isn't accepted by either assembler. Differential revision: https://reviews.llvm.org/D43116 llvm-svn: 324731