Re: [Mesa-dev] [PATCH v2] radeonsi needs libLLVMipo.

2013-05-28 Thread Tom Stellard
On Tue, May 28, 2013 at 11:59:41PM +0200, Andreas Hartmetz wrote: > r600g needs it too, so add ipo in the common radeon_llvm_check(). > > radeonsi compiled and linked, but it failed at dynamic link time > with a missing symbol. Pushed, thanks! -Tom > --- > configure.ac | 4 ++-- > 1 file chang

[Mesa-dev] [PATCH v2] radeonsi needs libLLVMipo.

2013-05-28 Thread Andreas Hartmetz
r600g needs it too, so add ipo in the common radeon_llvm_check(). radeonsi compiled and linked, but it failed at dynamic link time with a missing symbol. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index eef4327..521331b 100