[llvm] f188f45 - [DebugInfo] Disable a test runline temporarily
Jeremy Morse via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 22 08:34:12 PST 2024
Author: Jeremy Morse
Date: 2024-01-22T16:32:32Z
New Revision: f188f4589cc8f690779c62996520663718df106d
URL: https://github.com/llvm/llvm-project/commit/f188f4589cc8f690779c62996520663718df106d
DIFF: https://github.com/llvm/llvm-project/commit/f188f4589cc8f690779c62996520663718df106d.diff
LOG: [DebugInfo] Disable a test runline temporarily
This is a follow-up to 8c1b7fba1fb -- GlobalISel currently doesn't handle
RemoveDIs mode debug-info, but will (see #75228). Disable this runline
until then.
(This is a patch-landing ordering problem)
Added:
Modified:
llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll b/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
index 4649fad5b2c2a4..57153d04b8bca9 100644
--- a/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
+++ b/llvm/test/CodeGen/AArch64/dbg-value-swift-async.ll
@@ -2,7 +2,8 @@
; RUN: llc --mtriple="aarch64-" -O0 -fast-isel=false -global-isel=false -stop-after=finalize-isel %s -o - | FileCheck %s --check-prefix=AARCH
; RUN: llc --mtriple="aarch64-" -O0 -fast-isel -stop-after=finalize-isel %s -o - | FileCheck %s --check-prefix=AARCH
-; RUN: llc --mtriple="aarch64-" -O0 -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
+;; run: llc --mtriple="aarch64-" -O0 -global-isel -stop-after=irtranslator -verify-machineinstrs %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
+;; ^^ Disabled while the global-isel patch for RemoveDIs lands
; RUN: llc --mtriple="aarch64-" -O0 -fast-isel=false -global-isel=false -stop-after=finalize-isel %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
; RUN: llc --mtriple="aarch64-" -O0 -fast-isel -stop-after=finalize-isel %s -o - --try-experimental-debuginfo-iterators | FileCheck %s --check-prefix=AARCH
More information about the llvm-commits
mailing list