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

Anton Korobeynikov anton at korobeynikov.info
Tue Jan 12 00:38:12 PST 2010


>>> -    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.
Thanks!

-- 
With best regards, Anton Korobeynikov
Faculty of Mathematics and Mechanics, Saint Petersburg State University




More information about the llvm-commits mailing list