You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
18
external/llvm/test/DebugInfo/Generic/invalid.ll
vendored
18
external/llvm/test/DebugInfo/Generic/invalid.ll
vendored
@ -1,18 +0,0 @@
|
||||
; RUN: llvm-as -disable-output %s 2>&1 | FileCheck %s
|
||||
|
||||
; Make sure we emit this diagnostic only once (which means we don't visit the
|
||||
; same DISubprogram twice.
|
||||
; CHECK: subprogram definitions must have a compile unit
|
||||
; CHECK-NEXT: !3 = distinct !DISubprogram(name: "patatino", scope: null, isLocal: false, isDefinition: true, isOptimized: false)
|
||||
; CHECK-NOT: subprogram definitions must have a compile unit
|
||||
; CHECK-NOT: !3 = distinct !DISubprogram(name: "patatino", scope: null, isLocal: false, isDefinition: true, isOptimized: false)
|
||||
; CHECK: warning: ignoring invalid debug info
|
||||
|
||||
define void @tinkywinky() !dbg !3 { ret void }
|
||||
|
||||
!llvm.module.flags = !{!4}
|
||||
!llvm.dbg.cu = !{!0}
|
||||
!0 = distinct !DICompileUnit(language: 12, file: !1)
|
||||
!1 = !DIFile(filename: "/home/davide", directory: "/home/davide")
|
||||
!3 = distinct !DISubprogram(name: "patatino", isDefinition: true)
|
||||
!4 = !{i32 2, !"Debug Info Version", i32 3}
|
Reference in New Issue
Block a user