From: David Blaikie Date: Wed, 22 May 2019 21:58:17 +0000 (+0000) Subject: Fix r361428 for Windows buildbots/mangling X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=17a18e2cfb860957b51923f1e5f01287f871653d;p=clang Fix r361428 for Windows buildbots/mangling git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361439 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/enum-codegen.cpp b/test/Modules/enum-codegen.cpp index d78d27cacc..4397b45780 100644 --- a/test/Modules/enum-codegen.cpp +++ b/test/Modules/enum-codegen.cpp @@ -1,7 +1,7 @@ // RUN: rm -rf %t // RUN: %clang_cc1 -triple %itanium_abi_triple -fmodules -fmodules-cache-path=%t %s -emit-llvm -o - | FileCheck %s -// CHECK: @_Z3varIiE = {{.*}} %union.union_type { i8 1 }, +// CHECK: @{{.*var.*}} = {{.*}} %union.union_type { i8 1 }, #pragma clang module build bar module bar {