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

Valentin Clement via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 28 05:21:39 PDT 2021


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.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D109227



More information about the llvm-commits mailing list