1 ## Test that debug, name, and producers sections are stripped with --strip-all.
2 ## Other sections (unknown to LLVM, such as foo) are not stripped by --strip-all.
3 # RUN: yaml2obj %s -o %t
4 # RUN: llvm-strip --strip-all %t
5 # RUN: obj2yaml %t | FileCheck --implicit-check-not producers --implicit-check-not .debug --implicit-check-not name %s
7 ## The default no-arg behavior is the same as --strip-all.
9 # RUN: obj2yaml %t | FileCheck --implicit-check-not producers --implicit-check-not .debug --implicit-check-not name %s
12 # CHECK-NEXT: - Type: TYPE