[PATCH] D120626: [ELF] Move section assignment from initializeSymbols to postParse

Haowei Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 15 17:38:56 PDT 2022


haowei added a comment.

> I just suppressed the error in c1d4c67718db88be48f451b91f7bddab8fff2424 <https://reviews.llvm.org/rGc1d4c67718db88be48f451b91f7bddab8fff2424>.
>
> Can you provide i386-linux-gnu/crti.o and i386-linux-gnu/libc_nonshared.a(elf-init.oS)?
> I need to understand the issue better to craft a better test. I believe the state before this patch worked for such symbols were accidental.

These files are available in archive https://chrome-infra-packages.appspot.com/p/fuchsia/third_party/sysroot/linux/+/tp7-Zyo4pv2SVEoK_eaU6yuKmyxJWcR54vtJKTWpTIYC under:

  ./usr/lib/i386-linux-gnu/crti.o
  ./usr/lib/i386-linux-gnu/libc_nonshared.a

The bots that failed the build used this exact revision.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D120626



More information about the llvm-commits mailing list