[PATCH] D150940: [lld][RISCV][test] Add test for relaxation combined with --wrap

Kishore Ganesh via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 19 08:55:57 PDT 2023


kishore-rivos added a comment.

Thanks @jobnoorman for turning this into a proper test. To clarify, it isn't necessary for both foo and _wrap_foo to be defined in the same object file.  This bug was also triggered when they were defined in different object files.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D150940



More information about the llvm-commits mailing list