[PATCH] D54379: Add Hurd toolchain support to Clang
Samuel Thibault via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sat Nov 17 11:07:17 PST 2018
sthibaul added a comment.
> In general when structuring your code, the performance penalty for other targets when the conditions that can be easily tested are not met should pretty much be close to nonexistent. I would suggest keeping that in mind when submitting revisions.
I know, as discussed on IRC I just hadn't managed to find a way to achieve it in this case :)
But thanks to the IRC discussion I'll be able to do it.
Repository:
rC Clang
https://reviews.llvm.org/D54379
More information about the cfe-commits
mailing list