brintos

brintos / llvm-project-archived public Read only

0
0
Text · 411 B · 26b98e1 Raw
10 lines · plain
1; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s2 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 655358!1 = distinct !DICompileUnit(language: 65536,9                             file: !DIFile(filename: "a", directory: "b"))10