mbox series

[v2,0/3] Clang/LLVM build fixes

Message ID 20200528144023.10814-1-roger.pau@citrix.com (mailing list archive)
Headers show
Series Clang/LLVM build fixes | expand

Message

Roger Pau Monné May 28, 2020, 2:40 p.m. UTC
Hello,

A couple of build fixes for Clang/LLVM. First patch was already sent,
patches #2 and #3 are new as a result of recent commits.

Thanks, Roger.

Roger Pau Monne (3):
  x86/mm: do not attempt to convert _PAGE_GNTTAB to a boolean
  build32: don't discard .shstrtab in linker script
  clang: don't define nocall

 xen/arch/x86/boot/build32.lds | 5 +++++
 xen/arch/x86/mm.c             | 4 +++-
 xen/include/xen/compiler.h    | 6 +++++-
 3 files changed, 13 insertions(+), 2 deletions(-)