1 ## This test verifies that llvm-objcopy can handle renaming a section to and
2 ## from an empty string.
3 # RUN: yaml2obj %s -o %t.o
5 # RUN: llvm-objcopy %t.o %t2.o --rename-section=.foo=
6 # RUN: llvm-readobj --sections %t2.o | FileCheck %s --check-prefix=TO
8 # RUN: llvm-objcopy %t2.o %t3.o --rename-section==.bar
9 # RUN: llvm-readobj --sections %t3.o | FileCheck %s --check-prefix=FROM
24 # FROM-NEXT: Name: .bar (