Re: [Mesa-dev] [PATCH 1/3] gallivm: Add helpers for creating and destroying TargetLibraryInfo

2016-02-05 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Thu, Feb 4, 2016 at 10:02 PM, Tom Stellard wrote: > This functionality is not exposed via the LLVM C API. > --- > src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 30 > +++ >

[Mesa-dev] [PATCH 1/3] gallivm: Add helpers for creating and destroying TargetLibraryInfo

2016-02-04 Thread Tom Stellard
This functionality is not exposed via the LLVM C API. --- src/gallium/auxiliary/gallivm/lp_bld_misc.cpp | 30 +++ src/gallium/auxiliary/gallivm/lp_bld_misc.h | 7 +++ 2 files changed, 37 insertions(+) diff --git a/src/gallium/auxiliary/gallivm/lp_bld_misc.cpp