64ac736ec5
Former-commit-id: f3cc9b82f3e5bd8f0fd3ebc098f789556b44e9cd
8 lines
220 B
LLVM
8 lines
220 B
LLVM
; RUN: llvm-as -disable-output <%s 2>&1 | FileCheck %s
|
|
; CHECK: warning: ignoring invalid debug info
|
|
|
|
!llvm.module.flags = !{!0}
|
|
!llvm.dbg.the_dbg_namespace_is_reserved = !{}
|
|
|
|
!0 = !{i32 2, !"Debug Info Version", i32 3}
|