1 ## Test that debug sections (but not linking or names) are stripped with --strip-debug
2 # RUN: yaml2obj %s -o %t
3 # RUN: llvm-strip --strip-debug %t
4 # RUN: obj2yaml %t | FileCheck --implicit-check-not=.debug %s
7 # CHECK-NEXT: - Type: TYPE
10 # CHECK-NEXT: FunctionNames:
11 # CHECK: Name: producers
39 Flags: [ BINDING_LOCAL ]