efriedma added a comment.

In D145726#4190341 <https://reviews.llvm.org/D145726#4190341>, @garvitgupta08 
wrote:

> In D145726#4190316 <https://reviews.llvm.org/D145726#4190316>, 
> @nickdesaulniers wrote:
>
>> Isn't this only an issue with ancient versions of GNU as? Older than 2.16?
>
> I am able to reproduce this issue with 4.9.0 GNU as.

binutils has a separate version from gcc.

Tried the following file with binutils on godbolt; apparently binutils 2.34 and 
earlier reject, binutils 2.36 and later accept. So we're not talking about the 
most recent binutils, but 2.34 isn't exactly ancient.

  nop
  .file 1 "asdf"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D145726/new/

https://reviews.llvm.org/D145726

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to