[Mesa-dev] [Bug 84538] lp_test_format.c:226:4: error: too few arguments to function ‘gallivm_create’
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Oct 1 10:59:20 PDT 2014
https://bugs.freedesktop.org/show_bug.cgi?id=84538
Vinson Lee <vlee at freedesktop.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
--- Comment #2 from Vinson Lee <vlee at freedesktop.org> ---
commit 6a238ac0b7436c26cc236740d68cdc3eab3aea89
Author: Vinson Lee <vlee at freedesktop.org>
Date: Tue Sep 30 21:52:13 2014 -0700
llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c.
Fix build error introduced with commit
eedbce9c63a3f385908bdc8a69e8be98dd3522ff.
lp_test_format.c: In function ‘test_format_unorm8’:
lp_test_format.c:226:4: error: too few arguments to function
‘gallivm_create’
gallivm = gallivm_create("test_module_unorm8");
^
In file included from
../../../../src/gallium/auxiliary/gallivm/lp_bld_format.h:38:0,
from lp_test_format.c:42:
../../../../src/gallium/auxiliary/gallivm/lp_bld_init.h:58:1: note:
declared here
gallivm_create(const char *name, LLVMContextRef context);
^
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=84538
Signed-off-by: Vinson Lee <vlee at freedesktop.org>
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20141001/cbb97363/attachment.html>
More information about the mesa-dev
mailing list