Hello, The following two patches fix building Xen with clang and the indirect thunk.
Patch 2 is not strictly needed, because when building with clang we still compile assembly only files with -no-integrated-as, but it's a nice to have so that we don't regress more in assembly only code. Thanks, Roger. Roger Pau Monne (2): x86/clang: fix build with indirect thunks x86: fix indirect thunk usage of CONFIG_INDIRECT_THUNK xen/Rules.mk | 6 ++++-- xen/arch/x86/extable.c | 3 ++- xen/arch/x86/x86_emulate/x86_emulate.c | 3 ++- xen/common/wait.c | 1 + xen/include/asm-x86/asm_defns.h | 10 +++++++--- 5 files changed, 16 insertions(+), 7 deletions(-) -- 2.15.1 _______________________________________________ Xen-devel mailing list [email protected] https://lists.xenproject.org/mailman/listinfo/xen-devel
