Install the 'clang-cpp' symlink used to spawn the preprocessor. The code handling this suffix is already included in Driver. FreeBSD is already creating such a symlink in ports, and a similar one was requested by Gentoo/FreeBSD team. The goal is to handle software that takes a C preprocessor via a variable but does not handle passing options correctly (i.e. 'clang -E' does not work).
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
LGTM, have been doing that in NetBSD for ages as well.
Side note, someone from Apple please make sure that xcode gets a similar link.
Comment Actions
I'm going to close this manually since it seems that Phabricator commit processing is stuck somehow.