aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdcompileunit-null-file.ll
blob: 613948f24ef0a77e7acba44d0085410437eb5124 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: <stdin>:[[@LINE+1]]:27: error: 'file' cannot be null
!0 = !MDCompileUnit(file: null)