diff options
author | Farzon Lotfi <farzonlotfi@microsoft.com> | 2025-04-11 11:42:21 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-11 11:42:21 -0400 |
commit | 438f984b4b3c6774f07eced877dce7cdbeef6a3b (patch) | |
tree | 1b66f6d11d125a8a7cb1e79c7b67f955a21bc393 /clang/lib/Frontend/CompilerInstance.cpp | |
parent | ffac1404f8e0f606cac12a21777dfe700b455e87 (diff) | |
download | llvm-438f984b4b3c6774f07eced877dce7cdbeef6a3b.zip llvm-438f984b4b3c6774f07eced877dce7cdbeef6a3b.tar.gz llvm-438f984b4b3c6774f07eced877dce7cdbeef6a3b.tar.bz2 |
[DirectX] XFAIL test failing because of debuginfo changes (#135279)
For more context see
https://discourse.llvm.org/t/psa-ir-output-changing-from-debug-intrinsics-to-debug-records/79578
This change:
https://github.com/llvm/llvm-project/commit/6a45fce90937f1c8671e609c4218818ce4491329
broke this test:
https://github.com/llvm/llvm-project/blob/main/llvm/test/tools/dxil-dis/debug-info.ll
in our pipeline:
https://github.com/llvm/llvm-project/actions/workflows/hlsl-matrix.yaml
LLVM is transitioning off of the llvm.dbg.value debug intrinsic in favor
of the `#dbg_declare(..) format. see
https://github.com/llvm/llvm-project/pull/133917/files
dxil-dis does not understand the new format and so work needs to be
planned out to support this transition in
https://github.com/microsoft/DirectXShaderCompiler
For now the fix is to XFAIL this test to unblock the pipeline.
Diffstat (limited to 'clang/lib/Frontend/CompilerInstance.cpp')
0 files changed, 0 insertions, 0 deletions