Re: [Mesa-dev] [PATCH] configure.ac: Link to libLLVMCodegen to fix cyclic linking problems

2018-02-27 Thread Stefan Dirsch
B41;308;0cOn Tue, Feb 27, 2018 at 04:24:04PM +0100, Stefan Dirsch wrote: > On Tue, Feb 27, 2018 at 11:59:22AM +, Emil Velikov wrote: > > On 23 February 2018 at 15:02, Stefan Dirsch wrote: > > > Patch by "Ismail Doenmez" > > >

Re: [Mesa-dev] [PATCH] configure.ac: Link to libLLVMCodegen to fix cyclic linking problems

2018-02-27 Thread Stefan Dirsch
On Tue, Feb 27, 2018 at 11:59:22AM +, Emil Velikov wrote: > On 23 February 2018 at 15:02, Stefan Dirsch wrote: > > Patch by "Ismail Doenmez" > > https://bugzilla.suse.com/show_bug.cgi?id=1082307 > > Can anyone provide some information about the cyclic

Re: [Mesa-dev] [PATCH] configure.ac: Link to libLLVMCodegen to fix cyclic linking problems

2018-02-27 Thread Emil Velikov
On 23 February 2018 at 15:02, Stefan Dirsch wrote: > Patch by "Ismail Doenmez" > https://bugzilla.suse.com/show_bug.cgi?id=1082307 Can anyone provide some information about the cyclic linking problem? Stuff like - mesa configure options, LLVM version and/or

[Mesa-dev] [PATCH] configure.ac: Link to libLLVMCodegen to fix cyclic linking problems

2018-02-23 Thread Stefan Dirsch
Patch by "Ismail Doenmez" https://bugzilla.suse.com/show_bug.cgi?id=1082307 --- configure.ac | 1 + 1 file changed, 1 insertion(+) diff --git a/configure.ac b/configure.ac index 8a9172690a..a23eb844d4 100644 --- a/configure.ac +++ b/configure.ac @@ -1032,6 +1032,7 @@