repo.or.cz
/
llvm-complete.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert r371023 "[lib/ObjectYAML] - Stop calling error(1) when mapping the st_other...
[llvm-complete.git]
/
test
/
DebugInfo
/
strip-module-flags.ll
blob
22e8602d34fb541abb33ddc7f1a1b917237b650c
1
; RUN: opt -strip-named-metadata < %s -S -o - | FileCheck %s
2
3
!llvm.module.flags = !{!0}
4
!0 = !{i32 2, !"Debug Info Version", i32 3}
5
6
!llvm.debugify = !{!0}
7
8
; CHECK-NOT: llvm.module.flags
9
; CHECK-NOT: Debug Info Version
10
; CHECK-NOT: llvm.debugify