Follow up to d0858bffa11, add missing REQUIRES x86
[llvm-project.git] / llvm / test / tools / llvm-objcopy / ELF / discard-all-debug.test
blob57814e95f3fa858e0e23295992b1b8378e043696
1 # RUN: cp %p/Inputs/dwarf.dwo %t
2 # RUN: llvm-strip --keep-symbol=.L.str --discard-all %t -o %t1
3 # RUN: llvm-readobj --file-headers --sections %t1 | FileCheck --implicit-check-not=.debug_ %s
4 # RUN: llvm-objcopy --keep-symbol=.L.str --discard-all %t %t2
5 # RUN: llvm-readobj --file-headers --sections %t2 | FileCheck --implicit-check-not=.debug_ %s