You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
; RUN: opt -strip-named-metadata < %s -S -o - | FileCheck %s
|
|
|
|
!llvm.module.flags = !{!0}
|
|
!0 = !{i32 2, !"Debug Info Version", i32 3}
|
|
|
|
!llvm.debugify = !{!0}
|
|
|
|
; CHECK-NOT: llvm.module.flags
|
|
; CHECK-NOT: Debug Info Version
|
|
; CHECK-NOT: llvm.debugify
|