There was an error while loading. Please reload this page.
1 parent 839cbc8 commit 5417225Copy full SHA for 5417225
compiler-rt/test/cfi/cross-dso-diagnostic.cpp
@@ -27,7 +27,7 @@ int main(int argc, char *argv[]) {
27
void *handle = dlopen(argv[1], RTLD_NOW);
28
29
// CHECK: runtime error: control flow integrity check for type 'void *()' failed during indirect function call
30
- // CHECK: dso_symbol defined here
+ // CHECK: {{.*}} defined here
31
// CHECK: check failed in {{.*}}_exe_suffix, destination function located in {{.*}}_dso_suffix
32
void* (*fp)(void) =
33
reinterpret_cast<void*(*)(void)>(dlsym(handle, "dso_symbol"));
0 commit comments