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
[clang] Handle __declspec() attributes in using
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
nousejumptable.c
blob
fb6a2a28339b046f7a23afc48c31576a857d6f02
1
// RUN: %clang_cc1 -S -fno-jump-tables %s -emit-llvm -o - | FileCheck %s
2
3
// CHECK-LABEL: main
4
// CHECK: attributes #0 = {{.*}}"no-jump-tables"="true"{{.*}}
5
6
int
main
(
void
) {
7
return
0
;
8
}