Re: [PATCH] D7164: Recognize "CC" and "clang-CC" as C++ compiler aliases on FreeBSD
dim abandoned this revision. dim added a comment. Abandoning this in favor of a wrapper shell script, which will call `/usr/bin/c++` instead. http://reviews.llvm.org/D7164 ___ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.or
Re: [PATCH] D7164: Recognize "CC" and "clang-CC" as C++ compiler aliases on FreeBSD
dim updated this revision to Diff 43784. dim added a comment. Updating this diff for the moving of FindDriverSuffix() to lib/Driver/ToolChain.cpp. http://reviews.llvm.org/D7164 Files: lib/Driver/ToolChain.cpp Index: lib/Driver/ToolChain.cpp ==