clang is not capable of building the x86 emulator test harness, so disconnect it from the clang build until it can be fixed.
Signed-off-by: Roger Pau Monné <roger....@citrix.com> --- Cc: Ian Jackson <ian.jack...@eu.citrix.com> Cc: Wei Liu <wei.l...@citrix.com> --- tools/tests/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/tests/Makefile b/tools/tests/Makefile index f6942a93fb..2522ea5063 100644 --- a/tools/tests/Makefile +++ b/tools/tests/Makefile @@ -10,7 +10,9 @@ SUBDIRS-y += mem-sharing ifeq ($(XEN_TARGET_ARCH),__fixme__) SUBDIRS-y += regression endif +ifneq ($(clang),y) SUBDIRS-$(CONFIG_X86) += x86_emulator +endif SUBDIRS-y += xen-access SUBDIRS-y += xenstore SUBDIRS-$(CONFIG_HAS_PCI) += vpci -- 2.17.1 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xenproject.org https://lists.xenproject.org/mailman/listinfo/xen-devel