llvm-for-llvmta/test/Assembler/invalid-dilocalvariable-null-scope.ll
Nils Hölscher 3500bf8dde first commit
2022-04-25 10:02:23 +02:00

5 lines
159 B
LLVM

; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
; CHECK: <stdin>:[[@LINE+1]]:30: error: 'scope' cannot be null
!0 = !DILocalVariable(scope: null)