[PATCH] Add missing mingw-w64 case for Triple -> TargetInfo mapping

Keno Fischer kfischer at college.harvard.edu
Thu Aug 7 22:08:44 PDT 2014


I was setting the clang triple to the result of
llvm::sys::getProcessTriple(), without calling normalize on it. Until
the enumeration is removed I think it would be nice to have a better
error rather than just silently failing.

http://reviews.llvm.org/D4804






More information about the cfe-commits mailing list