From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi0-f52.google.com ([209.85.218.52]:36095 "EHLO mail-oi0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S971281AbdDTSEI (ORCPT ); Thu, 20 Apr 2017 14:04:08 -0400 Received: by mail-oi0-f52.google.com with SMTP id r203so60853902oib.3 for ; Thu, 20 Apr 2017 11:04:08 -0700 (PDT) Date: Thu, 20 Apr 2017 11:04:06 -0700 From: Matthias Kaehlcke Subject: Re: [PATCH v3] kbuild: Add support to generate LLVM bitcode files Message-ID: <20170420180406.GI128305@google.com> References: <20170404172706.171971-1-mka@chromium.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20170404172706.171971-1-mka@chromium.org> Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Masahiro Yamada , Michal Marek , Emese Revfy , Kees Cook , Behan Webster , "Luis R . Rodriguez" , =?utf-8?B?Vmluw61jaXVz?= Tinti , Kyeongmin Cho Cc: linux-kernel@vger.kernel.org, linux-kbuild@vger.kernel.org, Grant Grundler , Michael Davidson , Greg Hackmann , Peter Foley El Tue, Apr 04, 2017 at 10:27:06AM -0700 Matthias Kaehlcke ha dit: > From: Vinícius Tinti > > Add rules to kbuild in order to generate LLVM bitcode files with the .ll > extension when using clang. > > # from c code > CC=clang make kernel/pid.ll > > # from asm code > CC=clang make arch/x86/kernel/preempt.ll > > From: Vinícius Tinti > Signed-off-by: Vinícius Tinti > Signed-off-by: Behan Webster > Signed-off-by: Matthias Kaehlcke > --- Ping, any comments on this patch? Thanks Matthias