We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d5a0f7 commit 230c5b1Copy full SHA for 230c5b1
clang/test/CodeGen/weak_constant.c
@@ -1,4 +1,4 @@
1
-// RUN: %clang_cc1 -w -emit-llvm %s -O1 -o - | FileCheck %s
+// RUN: %clang_cc1 -w -opaque-pointers -emit-llvm %s -O1 -o - | FileCheck %s
2
// This used to "check for bug compatibility with gcc".
3
// Now it checks that that the "weak" declaration makes the value
4
// fully interposable whereas a "selectany" one is handled as constant
0 commit comments