From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S971581AbdDTSEL (ORCPT ); Thu, 20 Apr 2017 14:04:11 -0400 Received: from mail-oi0-f51.google.com ([209.85.218.51]:33625 "EHLO mail-oi0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S971267AbdDTSEI (ORCPT ); Thu, 20 Apr 2017 14:04:08 -0400 Date: Thu, 20 Apr 2017 11:04:06 -0700 From: Matthias Kaehlcke 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 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> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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