repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[LLVM][IR] Use splat syntax when printing ConstantExpr based splats. (#116856)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
attr-tentative-definition.c
blob
0c49894e9bbc09e01f79d7fa0ea8dba0b5c2af90
1
// RUN: %clang_cc1 -emit-llvm -triple x86_64-linux-unknown < %s | FileCheck %s
2
3
char
arr
[
10
];
4
char
arr
[
10
]
__attribute__
((
section
(
"datadata"
)));
5
char
arr
[
10
]
__attribute__
((
aligned
(
16
)));
6
7
// CHECK: @arr ={{.*}}section "datadata", align 16