[PATCH] D92806: Single function compilation mode.
Arthur Eubanks via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 7 19:22:18 PST 2021
aeubanks added a comment.
WDYT about adding optnone to all functions except the ones you're interested in? Would that cut down the compile times?
We could reuse ForceFunctionAttrsPass rather than adding so much plumbing. This is too much plumbing for my liking.
And since this is a debug thing, instead of creating new Clang flags, we can just pass flags like -Xclang -mllvm?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D92806/new/
https://reviews.llvm.org/D92806
More information about the cfe-commits
mailing list