[lld] r270706 - ELF: Handle empty CIE augmentation string

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed May 25 08:30:46 PDT 2016


On 25 May 2016 at 10:59, Rafael EspĂ­ndola <rafael.espindola at gmail.com> wrote:
> The .test is actually an assembly file, so it should be a .s.
>
> Please add a comment to it saying how the
> test/ELF/Inputs/no-augmentation.o was created.

Ok, done in r270709.

I also added an additional check for a different error message that
could be produced due to the same bug, depending on content later in
the file. Since the .o file is in the repository the other error won't
be emitted now, but it seems reasonable to check for it in case this
code is refactored or the input is changed in the future. Let me know
if you think there's a better way to check this.


More information about the llvm-commits mailing list