projects
/
oota-llvm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Devirtualize ~parser<T> by making it protected in base classes and making derived...
[oota-llvm.git]
/
test
/
Assembler
/
invalid-mdexpression-large.ll
1
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
3
; CHECK-NOT: error
4
!0 = !MDExpression(18446744073709551615)
5
6
; CHECK: <stdin>:[[@LINE+1]]:20: error: element too large, limit is 18446744073709551615
7
!1 = !MDExpression(18446744073709551616)