[clang][modules] Don't prevent translation of FW_Private includes when explicitly...
[llvm-project.git] / llvm / test / tools / llvm-objcopy / MachO / strip-stabs.test
blob90c00f60a152a9c87dea7cc5232362789e1400cb
1 ## Show that llvm-objcopy/llvm-strip stabs symbols and debug sections.
3 # RUN: yaml2obj %p/Inputs/strip-stabs.yaml -o %t
5 # RUN: llvm-objcopy --strip-debug %t %t.stripped
7 ## Make sure that stabs symbols are stripped.
8 # RUN: llvm-readobj --symbols %t | FileCheck %s --check-prefix=SYM
9 # RUN: llvm-readobj --symbols %t.stripped | FileCheck %s --check-prefix=SYM_STRIP
11 # SYM:         Symbols [
12 # SYM-COUNT-5: Type: SymDebugTable ({{.*}})
13 # SYM:         ]
15 # SYM_STRIP:     Symbols [
16 # SYM_STRIP-NOT: Type: SymDebugTable ({{.*}})
17 # SYM_STRIP:     ]