gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.
[mesa.git] / src / gallium / auxiliary / gallivm / lp_bld_debug.h
index 7b010cbdb0986d728aafc3c236ce98747b7a5b14..1897acce795403e35d1fb37d559cb4ec60298015 100644 (file)
@@ -53,6 +53,10 @@ lp_build_name(LLVMValueRef val, const char *format, ...)
 }
 
 
+void
+lp_debug_dump_value(LLVMValueRef value);
+
+
 boolean
 lp_check_alignment(const void *ptr, unsigned alignment);