Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DebugInfo] Move jump table test to X86 directory #72118

Merged
merged 2 commits into from
Nov 14, 2023
Merged

Conversation

HaohaiWen
Copy link
Contributor

@HaohaiWen HaohaiWen commented Nov 13, 2023

This test is currently only enabled for X86 target.

@llvmbot
Copy link
Collaborator

llvmbot commented Nov 13, 2023

@llvm/pr-subscribers-debuginfo

Author: None (HaohaiWen)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/72118.diff

1 Files Affected:

  • (renamed) llvm/test/DebugInfo/X86/debug-info-jump-table.ll (-1)
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"

@HaohaiWen HaohaiWen merged commit 45a92ac into llvm:main Nov 14, 2023
3 checks passed
@HaohaiWen HaohaiWen deleted the fix branch November 14, 2023 00:48
zahiraam pushed a commit to zahiraam/llvm-project that referenced this pull request Nov 20, 2023
This test is currently only enabled for X86 target.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants