Re: [Mesa-dev] [PATCH] ac: move all LLVM module initialization into ac_create_module

2018-07-01 Thread Dave Airlie
On 30 June 2018 at 14:54, Marek Olšák wrote: > From: Marek Olšák > > This removes some ugly code around module initialization. Reviewed-by: Dave Airlie > --- > Dave, please rebase your code on top of this, and we don't need triple > and data_layout in ac_llvm_compiler_info. > Cool thanks, Dav

[Mesa-dev] [PATCH] ac: move all LLVM module initialization into ac_create_module

2018-06-29 Thread Marek Olšák
From: Marek Olšák This removes some ugly code around module initialization. --- Dave, please rebase your code on top of this, and we don't need triple and data_layout in ac_llvm_compiler_info. src/amd/common/ac_llvm_helper.cpp | 10 ++ src/amd/common/ac_llvm_util.h