[llvm-dev] How to compile chrome?

Sanne Wouda via llvm-dev llvm-dev at lists.llvm.org
Wed Nov 6 09:33:17 PST 2019


chromium-dev<https://groups.google.com/a/chromium.org/forum/#!forum/chromium-dev> might be more helpful, but I suspect this is what you're looking for: https://chromium.googlesource.com/chromium/src.git/+/master/docs/clang.md#Using-a-custom-clang-binary
Clang - Google Open Source<https://chromium.googlesource.com/chromium/src.git/+/master/docs/clang.md#Using-a-custom-clang-binary>
Clang. Chromium ships a prebuilt clang binary. It's just upstream clang built at a known-good revision that we bump every two weeks or so. This is the only supported compiler for building Chromium.
chromium.googlesource.com

________________________________
From: llvm-dev <llvm-dev-bounces at lists.llvm.org> on behalf of Alberto Barbaro via llvm-dev <llvm-dev at lists.llvm.org>
Sent: 06 November 2019 14:34
To: llvm-dev <llvm-dev at lists.llvm.org>
Subject: [llvm-dev] How to compile chrome?

Hi all,
I'm trying to compile chrome using clang 8, apart from changing few switches I didn't go that far. In particular the error is due to a missing plugin: find-bad-constructs. With clang 6 I didn't have that specific problem. Can anyone help with this?

Thanks
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20191106/e4a2f7a7/attachment.html>


More information about the llvm-dev mailing list