mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 20:00:11 +01:00
llvmpipe: Use LLVMDumpModule, not DumpModule.
Forgot the prefix ...
Fixes: 0fca80b3db
Signed-off-by: Bas Nieuwenhuizen <basni@google.com>
This commit is contained in:
parent
0fca80b3db
commit
b8ee45ebdc
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ lp_jit_create_types(struct lp_fragment_shader_variant *lp)
|
|||
fprintf(stderr, "%s", str);
|
||||
LLVMDisposeMessage(str);
|
||||
#else
|
||||
DumpModule(gallivm->module);
|
||||
LLVMDumpModule(gallivm->module);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue