diff options
| author | spencer-lunarg <spencer@lunarg.com> | 2025-11-02 20:47:54 -0500 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-11-06 22:39:33 +0000 |
| commit | 171581aeae1add828359c2d87fda72023bb4d641 (patch) | |
| tree | 04811c7d7eef3c825608f04311ab03bf4a9ccd6e /src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | |
| parent | af872180e197a9e2a1e73f742d2902ab5ed61dab (diff) | |
llvmpipe: Remove trailing whitespace
Signed-off-by: spencer-lunarg <spencer@lunarg.com>
Acked-by: Dave Airlie <airlied@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38202>
Diffstat (limited to 'src/gallium/auxiliary/gallivm/lp_bld_debug.cpp')
| -rw-r--r-- | src/gallium/auxiliary/gallivm/lp_bld_debug.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp index 26d7ad76faa..c0540a85092 100644 --- a/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp +++ b/src/gallium/auxiliary/gallivm/lp_bld_debug.cpp @@ -382,7 +382,7 @@ lp_function_add_debug_info(gallivm_state *gallivm, LLVMValueRef func, LLVMTypeRe asprintf(&gallivm->file_name, "%s/%u.nir", LP_NIR_SHADER_DUMP_DIR, shader_index); gallivm->file = LLVMDIBuilderCreateFile(gallivm->di_builder, gallivm->file_name, strlen(gallivm->file_name), ".", 1); - + LLVMDIBuilderCreateCompileUnit( gallivm->di_builder, LLVMDWARFSourceLanguageC11, gallivm->file, gallivm->file_name, strlen(gallivm->file_name), 0, NULL, 0, 0, NULL, 0, LLVMDWARFEmissionFull, 0, 0, 0, "/", 1, "", 0); |