Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
58af6d1594778173f757131bdc25f850e00c7420
/
.
/
llvm
/
test
/
Assembler
/
invalid-safestack-param.ll
blob: b9046c4c33bd7134b4264200c2961a31ec067004 [
file
] [
log
] [
blame
]
Peter Collingbourne
58af6d1
2015-06-15 22:16:51 +0000
[
diff
] [
blame^
]
1
; RUN: not llvm-as -o /dev/null %s 2>&1 | FileCheck %s
2
3
; CHECK: error: invalid use of function-only attribute
4
declare
void
@foo
(
i32
safestack
%x
)