From 34a3259fab86aaa1a20224e08849775f3593e6a3 Mon Sep 17 00:00:00 2001 From: Stefan Pintilie Date: Fri, 9 Dec 2022 17:00:42 -0600 Subject: [PATCH] [NFC][Assignment Tracking Analysis] Stop failing test from running on PPC. The test remove-undef-fragment.ll fails on the PPC bots. I've disabled the test everywhere except X86 to allow for the investigation of the issue. --- .../DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll | 2 ++ 1 file changed, 2 insertions(+) diff --git a/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll b/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll index e2060c05b243c..eba63e38908ec 100644 --- a/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll +++ b/llvm/test/DebugInfo/assignment-tracking/X86/remove-undef-fragment.ll @@ -1,3 +1,5 @@ +; TODO: Determine why this does not work on Power PC. +; REQUIRES: x86_64-linux ; RUN: llc %s -o - -stop-after=finalize-isel \ ; RUN: -experimental-assignment-tracking \ ; RUN: | FileCheck %s --implicit-check-not=DBG