summaryrefslogtreecommitdiffstats
path: root/llvm/test/Assembler/invalid-dilocalvariable-missing-scope.ll
blob: 45dcad7136099473e04b997e8c95b723ca3ff8e9 (plain)
1
2
3
4
; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s

; CHECK: <stdin>:[[@LINE+1]]:48: error: missing required field 'scope'
!0 = !DILocalVariable(tag: DW_TAG_auto_variable)
OpenPOWER on IntegriCloud