forked from OSchip/llvm-project
User c-tor name to fix the sanitizer test
llvm-svn: 220030
This commit is contained in:
parent
de44aec0e6
commit
031e817630
|
@ -120,7 +120,7 @@ class ExternCStruct {
|
|||
ExternCStruct extern_C_struct;
|
||||
|
||||
// CTOR
|
||||
// CHECK-LABEL: define {{.*}}void {{.*}}Positive1
|
||||
// CHECK-LABEL: define {{.*}}Positive1C1Ev
|
||||
// CHECK: call void @__asan_poison_intra_object_redzone({{.*}}12)
|
||||
// CHECK: call void @__asan_poison_intra_object_redzone({{.*}}15)
|
||||
// CHECK: call void @__asan_poison_intra_object_redzone({{.*}}12)
|
||||
|
|
Loading…
Reference in New Issue