Skip to content

Commit

Permalink
Follow up of 3d9a044, clang driver defaulting to -fno-common
Browse files Browse the repository at this point in the history
Attempt to pacify windows bot where this failed:

clang/test/CodeGen/vlt_to_pointer.c
  • Loading branch information
Sjoerd Meijer committed Mar 9, 2020
1 parent 22c457a commit e32f8ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clang/test/CodeGen/vlt_to_pointer.c
@@ -1,7 +1,7 @@
// RUN: %clang_cc1 %s -emit-llvm -o - | FileCheck %s

int c[1][3*2];
// CHECK: @{{.+}} = global [1 x [6 x {{i[0-9]+}}]] zeroinitializer
// CHECK: @{{.+}} ={{.*}}global [1 x [6 x {{i[0-9]+}}]] zeroinitializer

// CHECK-LABEL: @f
int f(int * const m, int (**v)[*m * 2])
Expand Down

0 comments on commit e32f8ef

Please sign in to comment.