From mboxrd@z Thu Jan 1 00:00:00 1970 From: Luc Van Oostenryck Subject: Re: [PATCH] llvm: add script to display the deserialized LLVM IR Date: Wed, 26 Apr 2017 04:11:21 +0200 Message-ID: References: <20170311115813.23249-1-luc.vanoostenryck@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from mail-qk0-f179.google.com ([209.85.220.179]:34566 "EHLO mail-qk0-f179.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1950189AbdDZCLW (ORCPT ); Tue, 25 Apr 2017 22:11:22 -0400 Received: by mail-qk0-f179.google.com with SMTP id y63so131559059qkd.1 for ; Tue, 25 Apr 2017 19:11:22 -0700 (PDT) In-Reply-To: Sender: linux-sparse-owner@vger.kernel.org List-Id: linux-sparse@vger.kernel.org To: Christopher Li Cc: Linux-Sparse , Dibyendu Majumdar On Tue, Apr 25, 2017 at 10:43 PM, Christopher Li wrote: > On Sat, Mar 11, 2017 at 7:58 PM, Luc Van Oostenryck > wrote: >> The goal is to use this in some of test cases, by comparing >> the expected output with the actual one. >> > > Looks good. You might want to check llvm-dis and sparse-llvm is > there. I assume this script will not be invoked if llvm is not there > so it is not a big deal. > > Chris Yes, it need sparse-llvm anyway. OTOH, there is no users for this script so it can kept on hold too. -- Luc