[PATCH] D81052: [ELF] Handle -u before input files

Troy Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 6 18:45:35 PDT 2020


troyj added a comment.

> In all cases we make foo undefined in the output.

Why? We're having trouble with this downstream for the case of:

-u foo a.o b.a

where foo is weak in a.o and provided by b.a. The result is that foo is undefined in the output, whereas the previous behavior was for foo to be defined.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D81052



More information about the llvm-commits mailing list