[PATCH] D47829: [Driver] Accept the -fno-shrink-wrap option for GCC compatibility
Eli Friedman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jun 6 12:56:48 PDT 2018
efriedma added a comment.
Is this something which is actually useful to control? From your description, you want to add the flag to clang not because you actually want to use it, but just because you can't figure out how to pass the right flags to your clang build.
If it is useful, it should be implemented as a function attribute, not a global flag.
Repository:
rC Clang
https://reviews.llvm.org/D47829
More information about the cfe-commits
mailing list