[llvm] 45a92ac - [DebugInfo] Move jump table test to X86 directory (#72118)

via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 13 16:48:51 PST 2023


Author: HaohaiWen
Date: 2023-11-14T08:48:47+08:00
New Revision: 45a92acfd945bef2dca391bccd08a09348c35c67

URL: https://github.com/llvm/llvm-project/commit/45a92acfd945bef2dca391bccd08a09348c35c67
DIFF: https://github.com/llvm/llvm-project/commit/45a92acfd945bef2dca391bccd08a09348c35c67.diff

LOG: [DebugInfo] Move jump table test to X86 directory (#72118)

This test is currently only enabled for X86 target.

Added: 
    llvm/test/DebugInfo/X86/debug-info-jump-table.ll

Modified: 
    

Removed: 
    llvm/test/DebugInfo/Generic/debug-info-jump-table.ll


################################################################################
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 3656e631beb0cc8..f60ca32a0671c0a 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
 ; REQUIRES: asserts
 ; RUN: llc -debug-only=isel %s -o /dev/null 2>&1 | FileCheck --match-full-lines %s
 


        


More information about the llvm-commits mailing list