Skip to content

Commit 6ac5410

Browse files
authored
[DirectX] disable experimental debuginfo iterators in debug-info test (llvm#86538)
We'll need to address this differently long term, but for now just revert to the old behaviour to keep this test from failing. Fixes llvm#85884
1 parent c8d70e9 commit 6ac5410

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/tools/dxil-dis/debug-info.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
1+
; RUN: llc --filetype=obj %s -o - -experimental-debuginfo-iterators=false | dxil-dis -o - | FileCheck %s
22
target triple = "dxil-unknown-shadermodel6.7-library"
33
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
44

0 commit comments

Comments
 (0)