diff options
author | Tom Stellard <[email protected]> | 2014-09-25 09:23:17 -0400 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2014-10-16 19:42:30 -0400 |
commit | 8e7df519bd8556591794b2de08a833a67e34d526 (patch) | |
tree | 78919a9835228c973d25749f30340f066ae901e6 /src/gallium/targets/opencl | |
parent | 8b7cc90cefef495887d7e83715b81a5d81ea7fb7 (diff) |
clover: Add support for compiling to native object code v3
v2:
- Split build_module_native() into three separate functions.
- Code cleanups.
v3:
- More cleanups.
Reviewed-by: Francisco Jerez <[email protected]>
Diffstat (limited to 'src/gallium/targets/opencl')
-rw-r--r-- | src/gallium/targets/opencl/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/opencl/Makefile.am b/src/gallium/targets/opencl/Makefile.am index 43ba5dd00bc..1c5a908b20f 100644 --- a/src/gallium/targets/opencl/Makefile.am +++ b/src/gallium/targets/opencl/Makefile.am @@ -23,6 +23,7 @@ lib@OPENCL_LIBNAME@_la_LIBADD = \ $(top_builddir)/src/util/libmesautil.la \ $(GALLIUM_PIPE_LOADER_WINSYS_LIBS) \ $(GALLIUM_PIPE_LOADER_CLIENT_LIBS) \ + $(ELF_LIB) \ -ldl \ -lclangCodeGen \ -lclangFrontendTool \ |