[flang-commits] [PATCH] D109227: [flang] GET_COMMAND_ARGUMENT(LENGTH) runtime implementation

Diana Picus via flang-commits flang-commits at lists.llvm.org
Tue Sep 28 05:35:56 PDT 2021


On Tue, 28 Sept 2021 at 14:21, Valentin Clement via Phabricator <
reviews at reviews.llvm.org> wrote:

> clementval added a comment.
>
> In D109227#3027135 <https://reviews.llvm.org/D109227#3027135>, @rovka
> wrote:
>
> > Hi Valentin,
> >
> > Thank you for the report!
> >
> > I've been googling that error message a bit and all I could find were
> posts
> > related to compiling with -m32 on a 64-bit system. However the test is
> > definitely not passing -m32 and you seem to be using an x86-64 compiler,
> so
> > I'm not sure what the issue is. Would it be possible for you to try some
> > experiments on your end, e.g. check if you have libc-header-start.h
> > anywhere on your system, or installing gcc-multilib?
> >
> > Thanks,
> > Diana
>
> We have `libc-header-start.h` on the system under
> `/usr/include/x86_64-linux-gnu/bits/libc-header-start.h`. Since it's a lab
> machine I cannot install `gcc-multilib` easily.
>

Ok then, I'll try to reproduce locally and investigate. If this is causing
you a lot of trouble I can do a partial revert in the meantime (i.e. just
the changes to that test, since it's not crucial to have it).


>
> Repository:
>   rG LLVM Github Monorepo
>
> CHANGES SINCE LAST ACTION
>   https://reviews.llvm.org/D109227/new/
>
> https://reviews.llvm.org/D109227
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/flang-commits/attachments/20210928/0650afcb/attachment-0001.html>


More information about the flang-commits mailing list