We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ecb80 commit 63e13f2Copy full SHA for 63e13f2
llvm/test/DebugInfo/Generic/debug-info-jump-table.ll
@@ -1,5 +1,9 @@
1
+; REQUIRES: x86-registered-target
2
; RUN: llc -debug-only=isel %s -o /dev/null 2>&1 | FileCheck --match-full-lines %s
3
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
+
7
@str = private unnamed_addr constant [2 x i8] c"1\00", align 1
8
@str.12 = private unnamed_addr constant [2 x i8] c"2\00", align 1
9
@str.13 = private unnamed_addr constant [2 x i8] c"3\00", align 1
0 commit comments