You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
6 lines
346 B
6 lines
346 B
4 months ago
|
# RUN: cp %p/Inputs/dwarf.dwo %t
|
||
|
# RUN: llvm-strip --keep-symbol=.L.str --discard-all %t -o %t1
|
||
|
# RUN: llvm-readobj --file-headers --sections %t1 | FileCheck --implicit-check-not=.debug_ %s
|
||
|
# RUN: llvm-objcopy --keep-symbol=.L.str --discard-all %t %t2
|
||
|
# RUN: llvm-readobj --file-headers --sections %t2 | FileCheck --implicit-check-not=.debug_ %s
|