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.
instrprof-api.c
1 parent 7e956ca commit b6d1577Copy full SHA for b6d1577
compiler-rt/test/profile/instrprof-api.c
@@ -29,8 +29,8 @@ int foo() {
29
int main() {
30
int z = foo() + 3;
31
__llvm_profile_set_filename("rawprof.profraw");
32
- // PROFGEN: call void @__llvm_profile_set_filename(ptr noundef @.str)
33
- // PROFUSE-NOT: call void @__llvm_profile_set_filename(ptr noundef @.str)
+ // PROFGEN: call void @__llvm_profile_set_filename(ptr noundef @{{.*}})
+ // PROFUSE-NOT: call void @__llvm_profile_set_filename(ptr noundef @{{.*}})
34
if (__llvm_profile_dump())
35
return 2;
36
// PROFGEN: %call1 = call {{(signext )*}}i32 @__llvm_profile_dump()
0 commit comments