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

Rafael EspĂ­ndola rafael.espindola at gmail.com
Wed Aug 6 12:04:07 PDT 2014


On 6 August 2014 14:54, Keno Fischer <kfischer at college.harvard.edu> wrote:
> Ah, I see, the driver calls llvm::Triple::normalize on the pass. Should I do that on the client side in C++ then or should we put that later in clang, so triple passed in through the C++ interface get normalized as well?

I think it is generally preferable to normalize as early as possible,
but I am not ever sure why the Triple type even represents non-normal
triples. Saleem, any thoughts?

Cheers,
Rafael



More information about the cfe-commits mailing list