Files

8 lines
265 B
LLVM
Raw Permalink Normal View History

2013-10-31 04:20:23 +00:00
; RUN: not llvm-dis < %s.bc 2>&1 | FileCheck %s
2016-07-04 08:01:29 +00:00
; CHECK: llvm-dis{{(\.EXE|\.exe)?}}: error: Unknown attribute kind (63)
2013-10-31 04:20:23 +00:00
; invalid.ll.bc has an invalid attribute number.
; The test checks that LLVM reports the error and doesn't access freed memory
; in doing so.