[llvm] [DebugInfo] Move jump table test to X86 directory (PR #72118)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 06:14:23 PST 2023


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-debuginfo

Author: None (HaohaiWen)

<details>
<summary>Changes</summary>



---
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
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"

``````````

</details>


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


More information about the llvm-commits mailing list