[PATCH] D157151: [Driver] Refactor to use llvm Option's new Visibility flags

Nikita Popov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 15 23:40:04 PDT 2023


nikic added a comment.

To avoid a full revert, I removed the deprecations in this patch in https://github.com/llvm/llvm-project/commit/348d36f1a2c8c776ce87e038bf15fc4cabd62702. Please do not deprecate methods that have remaining in-tree users and make sure that `-Werror=deprecated-declarations` builds work.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D157151



More information about the cfe-commits mailing list