[llvm] [DirectX] disable experimental debuginfo iterators in debug-info test (PR #86538)

Justin Bogner via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 25 10:28:26 PDT 2024


https://github.com/bogner created https://github.com/llvm/llvm-project/pull/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 #85884

>From 2967df553e08c257b4187038300f6ed201ff747b Mon Sep 17 00:00:00 2001
From: Justin Bogner <mail at justinbogner.com>
Date: Mon, 25 Mar 2024 10:24:37 -0700
Subject: [PATCH] [DirectX] disable experimental debuginfo iterators in
 debug-info test

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 #85884
---
 llvm/test/tools/dxil-dis/debug-info.ll | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/llvm/test/tools/dxil-dis/debug-info.ll b/llvm/test/tools/dxil-dis/debug-info.ll
index 92dc65481e825f..96e023338e5c26 100644
--- a/llvm/test/tools/dxil-dis/debug-info.ll
+++ b/llvm/test/tools/dxil-dis/debug-info.ll
@@ -1,4 +1,4 @@
-; RUN: llc --filetype=obj %s -o - | dxil-dis -o - | FileCheck %s
+; RUN: llc --filetype=obj %s -o  - -experimental-debuginfo-iterators=false | dxil-dis -o - | FileCheck %s
 target triple = "dxil-unknown-shadermodel6.7-library"
 target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
 



More information about the llvm-commits mailing list