https://github.com/HaohaiWen updated https://github.com/llvm/llvm-project/pull/72118
>From c8ec022408593c4bc44510e4be3d8095680c03d9 Mon Sep 17 00:00:00 2001 From: Haohai Wen <haohai....@intel.com> Date: Mon, 13 Nov 2023 22:02:36 +0800 Subject: [PATCH] [DebugInfo] Move jump table test to X86 directory --- llvm/test/DebugInfo/{Generic => X86}/debug-info-jump-table.ll | 1 - 1 file changed, 1 deletion(-) rename llvm/test/DebugInfo/{Generic => X86}/debug-info-jump-table.ll (99%) diff --git a/llvm/test/DebugInfo/Generic/debug-info-jump-table.ll b/llvm/test/DebugInfo/X86/debug-info-jump-table.ll similarity index 99% rename from llvm/test/DebugInfo/Generic/debug-info-jump-table.ll rename to llvm/test/DebugInfo/X86/debug-info-jump-table.ll index fac00d4f158b142..acc3ee731920ec4 100644 --- a/llvm/test/DebugInfo/Generic/debug-info-jump-table.ll +++ b/llvm/test/DebugInfo/X86/debug-info-jump-table.ll @@ -1,4 +1,3 @@ -; REQUIRES: x86-registered-target ; RUN: llc -debug-only=isel %s -o /dev/null 2>&1 | FileCheck --match-full-lines %s target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-i128:128-f80:128-n8:16:32:64-S128" _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits