brintos

brintos / llvm-project-archived public Read only

0
0
Text · 198 B · fa6c6c6 Raw
7 lines · c
1// RUN: %clang_cc1 -triple x86_64-apple-darwin %s -emit-llvm -o - | FileCheck %s2 3void foo(void) __attribute__((aligned (64)));4void foo(void) {5// CHECK: define{{.*}} void @foo() {{.*}} align 646}7