Compiler option -fdump-ipa-clones is unsupported #383
agustinhenze
started this conversation in
Support
Replies: 3 comments
-
|
OK, I can see there is an explicit if in the code for this 🤔 // These are always too hard.
if (compopt_too_hard(argv[i]) || str_startswith(argv[i], "-fdump-")) {
cc_log("Compiler option %s is unsupported", argv[i]);
stats_update(STATS_UNSUPPORTED_OPTION);
result = false;
goto out;
} |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Hi,
No, there is no other way than avoiding that compiler option or implementing support for it in ccache. I had never heard of it, but it looks like it creates a (or potentially several?) extra files alongside the object file, so support for it won't happen until #218 is implemented. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
FWIW, see #1449. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm building a rhel kernel and i'm getting the message mentioned in the subject. Not sure if opening an issue here is ok. I was wondering if the only way to avoid this is removing that compiler option?
Beta Was this translation helpful? Give feedback.
All reactions