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

[Xen-devel] [PATCH 2/4] tests: disable x86 emulator test harness when using clang



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.pau@xxxxxxxxxx>
---
Cc: Ian Jackson <ian.jackson@xxxxxxxxxxxxx>
Cc: Wei Liu <wei.liu2@xxxxxxxxxx>
---
 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@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.