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/59686813/attachment.html>
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>
Thanks Sanne, Indeed that is what I was looking for. I found it right after I sent the email. Thanks a lot Alberto On Wed, Nov 6, 2019, 17:33 Sanne Wouda <Sanne.Wouda at arm.com> wrote:> 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/db83193d/attachment.html>