OSDN Git Service

Recommit r356738 "[llvm-objcopy] - Implement replaceSectionReferences for GroupSectio...
[android-x86/external-llvm.git] / test / DebugInfo / strip-module-flags.ll
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