repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[yaml2obj/obj2yaml] - Add support for .stack_sizes sections.
[llvm-complete.git]
/
test
/
Assembler
/
invalid-dilocalvariable-arg-negative.ll
blob
9cf8e973db21ff0283f9a78b7408cd3c8df5a1c8
1
; RUN: not llvm-as < %s 2>&1 | FileCheck %s
2
3
!0 = !DILocalVariable(scope: !{}, arg: 1)
4
!1 = !DILocalVariable(scope: !{})
5
6
; CHECK: <stdin>:[[@LINE+1]]:40: error: expected unsigned integer
7
!2 = !DILocalVariable(scope: !{}, arg: -1)