Hi Chris, On Tue, Oct 9, 2012 at 9:34 AM, Pekka Enberg <penberg@xxxxxxxxxx> wrote: > Hi Chris, > > Please pull the latest Sparse/LLVM tree from: > > git@xxxxxxxxxx:penberg/sparse-llvm.git llvm/core > > It contains few LLVM backend fixes from myself and Jonathan Neuschäfer. > > Pekka > > ------------------> I have added one more LLVM backend fix from Jonathan to the branch: The following changes since commit 063236fd3f46bc83b49172f5ecb597e0a91cede8: ptrlist.c: fix a typo in a comment (2012-06-26 00:54:24 -0700) are available in the git repository at: git@xxxxxxxxxx:penberg/sparse-llvm.git llvm/core Jonathan Neuschäfer (3): sparse, llvm: 'Verify' the LLVM module before writing it sparse, llvm: convert the condition of branch/select to bool sparse, llvm: Fix type of loaded values Pekka Enberg (2): sparse, llvm: Fix SIGSEGV for extern symbols sparse, llvm: Fix 'void' return type code generation sparse-llvm.c | 38 ++++++++++++++++++++++++++++---- validation/backend/extern.c | 11 +++++++++ validation/backend/int-cond.c | 30 ++++++++++++++++++++++++++ validation/backend/load-type.c | 12 ++++++++++ validation/backend/void-return-type.c | 13 +++++++++++ 5 files changed, 99 insertions(+), 5 deletions(-) create mode 100644 validation/backend/extern.c create mode 100644 validation/backend/int-cond.c create mode 100644 validation/backend/load-type.c create mode 100644 validation/backend/void-return-type.c -- To unsubscribe from this list: send the line "unsubscribe linux-sparse" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html