In addition to GCC not liking x86_emulate(), it turns out that Clang is still rather more a work in progress than a usable feature, causing failures in the FreeBSD builds:
https://cirrus-ci.com/task/5934059060199424 Exclude CONFIG_CONDITION_COVERAGE from Ranconfig until it gets a bit more stable. Signed-off-by: Andrew Cooper <[email protected]> --- CC: Anthony PERARD <[email protected]> CC: Michal Orzel <[email protected]> CC: Jan Beulich <[email protected]> CC: Julien Grall <[email protected]> CC: Roger Pau Monné <[email protected]> CC: Stefano Stabellini <[email protected]> CC: Nicola Vetrini <[email protected]> --- xen/tools/kconfig/allrandom.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/tools/kconfig/allrandom.config b/xen/tools/kconfig/allrandom.config index f04b589a80af..8127ebb57090 100644 --- a/xen/tools/kconfig/allrandom.config +++ b/xen/tools/kconfig/allrandom.config @@ -1,2 +1,2 @@ # Explicit option choices not subject to regular RANDCONFIG - +CONFIG_CONDITION_COVERAGE=n base-commit: a2a34d76643e49ccc949296c9a45888034e50b55 -- 2.39.5
