Skip to content

Commit 230c5b1

Browse files
committed
Add -opaque-pointers to weak_constant.c
1 parent 7d5a0f7 commit 230c5b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/weak_constant.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// RUN: %clang_cc1 -w -emit-llvm %s -O1 -o - | FileCheck %s
1+
// RUN: %clang_cc1 -w -opaque-pointers -emit-llvm %s -O1 -o - | FileCheck %s
22
// This used to "check for bug compatibility with gcc".
33
// Now it checks that that the "weak" declaration makes the value
44
// fully interposable whereas a "selectany" one is handled as constant

0 commit comments

Comments
 (0)