[PATCH] D152017: [DebugInfo] Add flag to only emit referenced member functions
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 11:23:24 PDT 2023
rnk added a comment.
I tend to think that enabled-by-default options which have names that you are supposed to prefix with no are awkward[1], but the compiler ecosystem (GCC & Clang) has lots of those, and perhaps we should lean into it. I like `-g[no-]undefined-methods` the best of Paul's suggestions.
[1] `-fdelete-null-pointer-checks`, anyone? Yes, that's a feature I want in my compiler, please delete my null checks, I didn't need those, sign me up!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152017/new/
https://reviews.llvm.org/D152017
More information about the cfe-commits
mailing list