Home | History | Annotate | Download | only in llvm-objcopy
      1 # RUN: not llvm-objcopy -R .dynstr %p/Inputs/dynsym.so %t 2>&1 >/dev/null | FileCheck %s
      2 
      3 # CHECK: Section .dynstr cannot be removed because it is referenced by the section .dynsym
      4