Clang Is Now Used to Build Chrome for Windows
blog.llvm.org
Clang Is Now Used to Build Chrome for Windows
1–10 of 105 posts
Re: Clang Is Now Used to Build Chrome for Windows
#2[0] https://randomascii.wordpress.com/2018/02/25/compiler-bug-li...
[1] https://randomascii.wordpress.com/2017/07/09/24-core-cpu-and...
Re: Clang Is Now Used to Build Chrome for Windows
#3Re: Clang Is Now Used to Build Chrome for Windows
#4Re: Clang Is Now Used to Build Chrome for Windows
#5Last time I tried to build Chrome/Chromium I had to mess about with this build system called Ninja. (Which worked well it was just awkward to set up on Windows). Is that still in play?
Re: Clang Is Now Used to Build Chrome for Windows
#6Last time I tried to build Chrome/Chromium I had to mess about with this build system called Ninja. (Which worked well it was just awkward to set up on Windows). Is that still in play?
Re: Clang Is Now Used to Build Chrome for Windows
#7GCC (mingw.org and mingw-w64 triples) has existed and been able to do this, including and especially cross-compiling, for a long time. No need to manually download a Windows SDK either.
edited to add: to be fair, it's not ABI compatible with MSVC. But it deserves a mention and it's an easier option than MSVC-style build systems for many open source projects.
Re: Clang Is Now Used to Build Chrome for Windows
#8Edit Mingw-w64 its quite nice and includes gcc without all stuff cgwin does.
Re: Clang Is Now Used to Build Chrome for Windows
#9Have seen a couple interesting articles[0][1] highlighting the weirdness of building Chromium on Windows, so hopefully this LLVM improvement will be a step towards a smoother process. [0] https://randomascii.wordpress.com/2018/02/25/compiler-bug-li... [1] https://randomascii.wordpress.com/2017/07/09/24-core-cpu-and...
Re: Clang Is Now Used to Build Chrome for Windows
#10> if your project is Windows-only, you can get a second compiler’s opinion on your code, and Clang’s warnings might find bugs GCC (mingw.org and mingw-w64 triples) has existed and been able to do this, including and especially cross-compiling, for a long time. No need to manually download a Windows SDK either. edited to add: to be fair, it's not ABI compatible with MSVC. But it deserves a mention and it's an easier o…
other than technical merits, permissible license of Clang is attractive for some developers/businesses