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
/
AST
/
attr-target-ast.c
blob
130a8328b8544ac4f13fbbd838f2e4b6d603e09e
1
// RUN: %clang_cc1 -triple x86_64-linux-gnu -ast-dump %s | FileCheck %s
2
3
int
__attribute__
((
target
(
"arch=hiss,arch=woof"
)))
pine_tree
(
void
) {
return
4
; }
4
// CHECK-NOT: arch=hiss
5
// CHECK-NOT: arch=woof