blob: 26b98e10d350b74d631bb4d564ec4547f373d677 [file] [log] [blame]
Duncan P. N. Exon Smith37742c32015-02-13 01:25:10 +00001; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
2
Duncan P. N. Exon Smith031fbae2015-03-22 15:58:21 +00003; CHECK-NOT: error:
Duncan P. N. Exon Smithc61bc482015-08-03 17:26:41 +00004!0 = distinct !DICompileUnit(language: 65535,
5 file: !DIFile(filename: "a", directory: "b"))
Duncan P. N. Exon Smith37742c32015-02-13 01:25:10 +00006
Duncan P. N. Exon Smithc61bc482015-08-03 17:26:41 +00007; CHECK: <stdin>:[[@LINE+1]]:40: error: value for 'language' too large, limit is 65535
8!1 = distinct !DICompileUnit(language: 65536,
9 file: !DIFile(filename: "a", directory: "b"))