https://github.com/kikairoya commented:
I'm sorry for my delay. Some of the feedback relates to use of `--implicit-check-not`, but I think`--implicit-check-not` is necessary to catch unintended imports/exports, which is important since this PR fixes the unexpected imports/exports. Something like `--implicit-check-not-regex="(define|declare).*to_be_"` could reduce redundant checks. What do you think about adding such a feature to `lit`? https://github.com/llvm/llvm-project/pull/168171 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
