Home | History | Annotate | Download | only in Assembler
      1 ; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
      2 
      3 ; CHECK-NOT: error:
      4 !0 = distinct !DICompileUnit(language: 65535,
      5                              file: !DIFile(filename: "a", directory: "b"))
      6 
      7 ; 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"))
     10