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
[NFC][Py Reformat] Reformat python files in llvm
[llvm-project.git]
/
llvm
/
test
/
Assembler
/
invalid-safestack-param.ll
blob
3cbbf037742b377d3b5a33ac64dd540e5779237e
1
; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s
2
3
; CHECK: error: this attribute does not apply to parameters
4
declare void @foo(i32 safestack %x)