[PATCH] D77522: [ELF] --warn-backrefs: don't warn for linking sandwich problems

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 5 23:25:40 PDT 2020


MaskRay added a comment.

I will try this in our internal large code base and ask Android/ChromeOS folks for help as well. If this goes well (little or no false positive), I hope we can eventually make --warn-backrefs the default.
Here for "false positive" I mean --warn-backrefs warns but our symbol resolution is actually the same as GNU ld's.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77522





More information about the llvm-commits mailing list