Author: bviyer
Date: Tue Aug 7 19:47:28 2018
New Revision: 339216
URL: http://llvm.org/viewvc/llvm-project?rev=339216&view=rev
Log:
Fixed a breaking test case
Modified:
cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp
Modified: cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp?rev=339216&r1=339215&r2=339216&view=diff
==============================================================================
--- cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp (original)
+++ cfe/trunk/test/CodeGenCXX/empty-struct-init-list.cpp Tue Aug 7 19:47:28
2018
@@ -8,5 +8,5 @@ typedef struct {
a b[];
} c;
-// CHECK: global %struct.c zeroinitializer, align 1
+// CHECK: {{(dso_local )?}}global %struct.c{{.*}}zeroinitializer
c d{ };
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits