From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dibyendu Majumdar Subject: Re: sparse-llvm results from trying to compile a largish program Date: Tue, 14 Mar 2017 15:56:24 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-io0-f170.google.com ([209.85.223.170]:35011 "EHLO mail-io0-f170.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751840AbdCNP40 (ORCPT ); Tue, 14 Mar 2017 11:56:26 -0400 Received: by mail-io0-f170.google.com with SMTP id z13so2265831iof.2 for ; Tue, 14 Mar 2017 08:56:25 -0700 (PDT) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Linux-Sparse On 14 March 2017 at 13:17, Dibyendu Majumdar wrote: >> I tried to compile a Lua implementation using sparse-llvm. This >> particular implementation is called 'minilua' as it is a cut down >> version of Lua 5.1.5 created by Mike Pall for the LuaJIT project. >> > I have fixed a bunch of issues in my repository - and the updated > error list now is much reduced! Please see the link above for the > remaining errors and the generated code. > The code now compiles without errors but crashes when run! Regards