qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [QUESTION] Clang as QEMU compiler - two questions


From: Peter Maydell
Subject: Re: [QUESTION] Clang as QEMU compiler - two questions
Date: Fri, 21 Feb 2020 18:28:09 +0000

On Fri, 21 Feb 2020 at 18:09, Aleksandar Markovic
<address@hidden> wrote:
> 1) Is ./configure --cc=clang the correct way to enable clang
> compilation of QEMU? Any other gotchas?

You'll also want "--cxx=clang++", so the (few) C++ parts of
QEMU get compiled with the same toolchain.

It should just work -- clang is our default compiler for OSX
and is included in the CI and pre-merge tests on Linux.

thanks
-- PMM



reply via email to

[Prev in Thread] Current Thread [Next in Thread]