[PATCH] D142373: [Utils] Add --full-function-signature to update_cc_test_checks.py to match return type as well as args

Alex Bradbury via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 24 01:43:46 PST 2023


asb added a comment.

In D142373#4076198 <https://reviews.llvm.org/D142373#4076198>, @luismarques wrote:

> Do we actually want to include the `dso_local` in the full signature?

That's a fair question. I could imagine it's useful to include these attributes in some test scenarios and not in others. I'm not sure it's worth adding another flag and more logic to optionally strip it.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142373



More information about the cfe-commits mailing list