From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tim Deegan Subject: [PATCH 0 of 6] Make xen build with clang/LLVM again Date: Thu, 5 Apr 2012 13:07:13 +0100 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org This series makes the hypervisor build with clang/LLVM again, after a certain amount of bit-rot. Some of these are obvious bug-fixes which are picked up by clang's slightly different -W* implementation. Some (the spinlock change in particular) are working around deficiencies in clang/llvm. I'm happy to change those ones to avoid any concerns people have about damaging the GCC build. Cheers, Tim.