[PATCH] D78158: [ELF] Refactor the way we handle -plugin-opt= (GCC collect2 or clang LTO related options)

Teresa Johnson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 14 15:45:48 PDT 2020


tejohnson added a comment.

I'm a little concerned that options will be silently ignored, e.g. if there are any other gold-plugin options that aren't yet supported. Would it be possible to capture these options and issue warnings for all of the ones that get ignored?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78158





More information about the llvm-commits mailing list