[PATCH] D117744: [Driver] Remove obsoleted -gz=zlib-gnu

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 26 12:02:52 PST 2022


MaskRay added a comment.

In D117744#3273463 <https://reviews.llvm.org/D117744#3273463>, @dblaikie wrote:

> I don't especially feel that removing low-cost features like this is a great idea (the benefit to cleaning up a small amount of code compared to the (albeit small) risk of breaking users doesn't seem high value to me), but sure - give it a go.

Thanks:)

This is to ensure that there are no producers: then we can do something more ambitious, like removing assembler support:)

Driver change is a good start because if someone has justifiable complaint, the change can be relatively easily reversed without churn to the underlying implementation.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D117744



More information about the cfe-commits mailing list