r361439 - Fix r361428 for Windows buildbots/mangling

David Blaikie via cfe-commits cfe-commits at lists.llvm.org
Wed May 22 14:58:17 PDT 2019


Author: dblaikie
Date: Wed May 22 14:58:17 2019
New Revision: 361439

URL: http://llvm.org/viewvc/llvm-project?rev=361439&view=rev
Log:
Fix r361428 for Windows buildbots/mangling

Modified:
    cfe/trunk/test/Modules/enum-codegen.cpp

Modified: cfe/trunk/test/Modules/enum-codegen.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/enum-codegen.cpp?rev=361439&r1=361438&r2=361439&view=diff
==============================================================================
--- cfe/trunk/test/Modules/enum-codegen.cpp (original)
+++ cfe/trunk/test/Modules/enum-codegen.cpp Wed May 22 14:58:17 2019
@@ -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 {




More information about the cfe-commits mailing list