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

; CHECK: <stdin>:[[@LINE+1]]:25: error: 'scope' cannot be null
!0 = !MDLocation(scope: null)