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
[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git]
/
clang
/
test
/
Driver
/
arm-fixed-r9.c
blob
74ac336bd7f01e632e9276351759b56adfabdad2
1
// RUN: %clang -target arm-none-gnueabi -ffixed-r9 -### %s 2> %t
2
// RUN: FileCheck --check-prefix=CHECK-FIXED-R9 < %t %s
3
4
// CHECK-FIXED-R9: "-target-feature" "+reserve-r9"