From 32875012c6a1b8b5c6d344f56bb4457039870a14 Mon Sep 17 00:00:00 2001 From: Renato Golin Date: Fri, 17 Oct 2014 10:09:25 +0000 Subject: [PATCH] User c-tor name to fix the sanitizer test git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@220030 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/sanitize-address-field-padding.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/sanitize-address-field-padding.cpp b/test/CodeGen/sanitize-address-field-padding.cpp index 117d9eb819..b63b49bdfd 100644 --- a/test/CodeGen/sanitize-address-field-padding.cpp +++ b/test/CodeGen/sanitize-address-field-padding.cpp @@ -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) -- 2.40.0