[PATCH] D145726: Fix assembler error when -g and -gdwarf-* is passed with -fno-integrated-as.

Nick Desaulniers via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Mar 13 11:38:04 PDT 2023


nickdesaulniers 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.

That version number looks like a GCC version number.

GAS should be 2.39 or close by. Please run `as --version`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D145726



More information about the cfe-commits mailing list