mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-13 03:12:46 +00:00
Follow up of 3d9a0445cce3, clang driver defaulting to -fno-common
Attempt to pacify windows bot where this failed: clang/test/CodeGen/vlt_to_pointer.c
This commit is contained in:
parent
22c457a869
commit
e32f8ef927
@ -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])
|
||||
|
Loading…
x
Reference in New Issue
Block a user