8e12397d70
Former-commit-id: 7f59f7e792705db773f1caecdaa823092f4e2927
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}
|