[PATCH] D65532: [LTO][Legacy] Update TargetOption after parsing debug options

Steven Wu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 31 15:05:57 PDT 2019


steven_wu added a comment.

Interesting. I did some digging through bug report as well because I am curious why this is only reported now but didn't find anything.

I am fine with not fixing this. If someone really want a certain option, we can add a new LTO interface and linker flag for them. I guess lld or gold doesn't really have this problem since they are probably just set the TargetOption directly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65532





More information about the llvm-commits mailing list