We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24b361c commit b2795dcCopy full SHA for b2795dc
clang/test/CIR/CodeGen/annotations-var.c
@@ -4,7 +4,7 @@
4
// RUN: FileCheck --input-file=%t.ll %s -check-prefix=LLVM
5
6
// LLVM-DAG: @.str.annotation = private unnamed_addr constant [15 x i8] c"localvar_ann_0\00", section "llvm.metadata"
7
-// LLVM-DAG: @.str.1.annotation = private unnamed_addr constant [{{.*}} x i8] c"{{.*}}annotations-var.c\00", section "llvm.metadata"
+// LLVM-DAG: @.str.1.annotation = private unnamed_addr constant [{{[0-9]+}} x i8] c"{{.*}}annotations-var.c\00", section "llvm.metadata"
8
// LLVM-DAG: @.str.2.annotation = private unnamed_addr constant [15 x i8] c"localvar_ann_1\00", section "llvm.metadata"
9
10
void local(void) {
0 commit comments