[llvm-commits] [llvm] r93234 - /llvm/trunk/lib/Target/X86/X86Subtarget.h

Duncan Sands baldrick at free.fr
Tue Jan 12 00:37:00 PST 2010


Hi Anton,

>> -    else if (isTargetCygMing() || isTargetWindows())
>> +    else if (isTargetMing() || isTargetWindows())
> This won't compile (no such method)

I since corrected it to isTargetMingw.  Sorry for the noise.

Ciao,

Duncan.



More information about the llvm-commits mailing list