[all-commits] [llvm/llvm-project] 3f9362: [HLSL] Fix debug info generation for RWBuffer type...

joaosaffran via All-commits all-commits at lists.llvm.org
Mon Jan 6 11:02:10 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3f936251d280d039d0a227247afd6884163e8a9a
      https://github.com/llvm/llvm-project/commit/3f936251d280d039d0a227247afd6884163e8a9a
  Author: joaosaffran <126493771+joaosaffran at users.noreply.github.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M clang/lib/CodeGen/CGDebugInfo.cpp
    M clang/lib/CodeGen/CGDebugInfo.h
    A clang/test/CodeGenHLSL/debug/rwbuffer_debug_info.hlsl

  Log Message:
  -----------
  [HLSL] Fix debug info generation for RWBuffer types (#119041)

This PR fix the debug infor generation for RWBuffer types.
- This implements the [same fix as
DXC](https://github.com/microsoft/DirectXShaderCompiler/pull/6296).
- Adds the HLSLAttributedResource debug info generation

Closes #118523

---------

Co-authored-by: Joao Saffran <jderezende at microsoft.com>
Co-authored-by: joaosaffran <joao.saffran at microsoft.com>



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list