r339216 - Fixed a breaking test case
Balaji V. Iyer via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 7 19:47:28 PDT 2018
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{ };
More information about the cfe-commits
mailing list