Skip to content

Commit 18707f5

Browse files
authored
[clang][PGO][test] Relax FileCheck patterns in debug-info-instr_profile_switch.cpp (#90916)
Caused build-bot failures on various platforms.
1 parent ff210b9 commit 18707f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Profile/debug-info-instr_profile_switch.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ int main(int argc, const char *argv[]) {
1212
}
1313
}
1414

15-
// CHECK: define {{.*}} @main(i32 noundef %argc, ptr noundef %argv) #0 !dbg ![[MAIN_SCOPE:[0-9]+]]
15+
// CHECK: define {{.*}} @main({{.*}}) #0 !dbg ![[MAIN_SCOPE:[0-9]+]]
1616

1717
// CHECK: switch i32 {{.*}}, label {{.*}} [
1818
// CHECK-NEXT: i32 0, label %[[CASE1_LBL:[a-z0-9.]+]]

0 commit comments

Comments
 (0)