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

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