[PATCH] D98686: [lld:elf] Weaken the requirement for a computed binding to be STB_LOCAL

Nathan Lanza via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 16 10:11:07 PDT 2021


lanza added a comment.

> The summary says !isLocal but the code says !isLazy. I'm assuming the code is correct.

Correct, typo.

> Can you add a test case?

Yea of course, just want Fangrui's feedback before I finish minimizing my larger c++ test case.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98686



More information about the llvm-commits mailing list