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 c0001b5 commit 94ac7f2Copy full SHA for 94ac7f2
clang/test/CodeGen/SystemZ/unaligned-symbols.c
@@ -105,7 +105,8 @@ unsigned char foo6 () {
105
106
// A weak symbol could be replaced with an unaligned one at link time.
107
// CHECK-LABEL: foo7
108
-// CHECK-NOT: larl {{.*}}Weaksym
+// ALIGNED: %0 = load i8, ptr @Weaksym, align 2
109
+// UNALIGN: %0 = load i8, ptr @Weaksym, align 1
110
unsigned char __attribute__((weak)) Weaksym = 0;
111
unsigned char foo7 () {
112
return Weaksym;
0 commit comments