Skip to content

Commit 63e13f2

Browse files
authored
[DebugInfo] Limit jump table test for x86 only (#72082)
32 bit target may generate different SelectionDAG for jump table. Temporarily limit this test for 64bit X86 target only.
1 parent 89ecb80 commit 63e13f2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
; REQUIRES: x86-registered-target
12
; RUN: llc -debug-only=isel %s -o /dev/null 2>&1 | FileCheck --match-full-lines %s
23

4+
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"
5+
target triple = "x86_64-unknown-linux-gnu"
6+
37
@str = private unnamed_addr constant [2 x i8] c"1\00", align 1
48
@str.12 = private unnamed_addr constant [2 x i8] c"2\00", align 1
59
@str.13 = private unnamed_addr constant [2 x i8] c"3\00", align 1

0 commit comments

Comments
 (0)