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
[Github] Label lldb-dap PRs (#125139)
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
avr
/
attributes
/
signal.c
blob
976b11abb8b82fbf7308fa673cf12b859006dd9f
1
// RUN: %clang_cc1 -triple avr-unknown-unknown -emit-llvm %s -o - | FileCheck %s
2
3
// CHECK: define{{.*}} void @foo(){{.*}}#0
4
__attribute__
((
signal
))
void
foo
(
void
) { }
5
6
// CHECK: attributes #0 = {{{.*signal.*}}}