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
Run DCE after a LoopFlatten test to reduce spurious output [nfc]
[llvm-project.git]
/
clang
/
test
/
CodeGen
/
PowerPC
/
attr-target-ppc.c
blob
d2901748b37cb95471b09e58ab7d10a9dddcf6ca
1
// RUN: not %clang_cc1 -triple powerpc64le-linux-gnu -emit-llvm %s -o -
2
3
long
__attribute__
((
target
(
"power8-vector,no-vsx"
)))
foo
(
void
) {
return
0
; }
// expected-error {{option '-mpower8-vector' cannot be specified with '-mno-vsx'}}
4