[PATCH] D74006: [MC][ELF] Make linked-to symbol name part of ELFSectionKey

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 08:13:23 PST 2020


MaskRay added a comment.

In D74006#1907258 <https://reviews.llvm.org/D74006#1907258>, @maxim-kuvyrkov wrote:

> @MaskRay , hi.  This patch miscompiles 471.omnetpp and 453.povray on arm-linux-gnueabihf.  Would you please investigate?
>
> Let me know if you need help reproducing the problem.


I just cloned llvm-test-suite. Do you mean the following files? I have no experience configuring SPEC. Can you give more detailed instructions?

  % fd -u omnetpp
  External/SPEC/CINT2006/471.omnetpp
  External/SPEC/CINT2006/471.omnetpp/471.omnetpp.reference_output
  External/SPEC/CINT2017rate/520.omnetpp_r
  External/SPEC/CINT2017speed/620.omnetpp_s
  LNTBased/speccpu2006/int/471.omnetpp

`lib/Target/ARM/MCTargetDesc/ARMELFStreamer.cpp` had one bug which was fixed now: D75095 <https://reviews.llvm.org/D75095>.

Are you using the latest llvm-project?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D74006





More information about the llvm-commits mailing list