top | item 10541872

(no title)

bnr | 10 years ago

Maybe I misunderstood, but do you really think they would be compiling Chrome on Windows XP? I doubt that's the reason.

discuss

order

moonchrome|10 years ago

I think that Clang generated binaries won't run on Windows versions below 7, if I remember correctly it has something to do with implementing SEH but I could be completely wrong and it could also have nothing to do with their decision but it makes sense - they moved to clang for compiling Linux binaries to simplify build process and they are a big driver behind Clang on Windows.

kibwen|10 years ago

I'd be very surprised to hear this. Clang and Rust both use LLVM, and Rust can generate binaries for XP (with a few caveats). Of course, the fact that LLVM no longer supports running on XP means that the Rust compiler itself doesn't run on XP (not that it ever did).

antoinealb|10 years ago

I think he meant that clang won't be targeting XP systems anymore, even when cross compilling.