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

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


Hello, Duncan

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

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




More information about the llvm-commits mailing list