| commit | c7363f1147f8d06c34683480b0cb7e24a395a534 | [log] [tgz] |
|---|---|---|
| author | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Feb 13 01:10:38 2015 +0000 |
| committer | Duncan P. N. Exon Smith <dexonsmith@apple.com> | Fri Feb 13 01:10:38 2015 +0000 |
| tree | 36c922c207681823fdc444373a8004260fb25cc8 | |
| parent | 193a4fdafd9d4d4d6bbb7a1885fb30427434fe97 [diff] [blame] |
AsmWriter/Bitcode: MDSubrange llvm-svn: 229003
diff --git a/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll b/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll new file mode 100644 index 0000000..99cc887 --- /dev/null +++ b/llvm/test/Assembler/invalid-mdsubrange-count-negative.ll
@@ -0,0 +1,4 @@ +; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s + +; CHECK: [[@LINE+1]]:25: error: expected unsigned integer +!0 = !MDSubrange(count: -3)