diff options
Diffstat (limited to 'llvm/test/Object/obj2yaml-sectiongroup.test')
-rw-r--r-- | llvm/test/Object/obj2yaml-sectiongroup.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Object/obj2yaml-sectiongroup.test b/llvm/test/Object/obj2yaml-sectiongroup.test index 66e8e3875be..2387c75494f 100644 --- a/llvm/test/Object/obj2yaml-sectiongroup.test +++ b/llvm/test/Object/obj2yaml-sectiongroup.test @@ -1,7 +1,7 @@ # Checks that the tool is able to read section groups with ELF. RUN: obj2yaml %p/Inputs/sectionGroup.elf.x86-64 > %t1.sectiongroup.yaml RUN: FileCheck %s --check-prefix ELF-GROUP < %t1.sectiongroup.yaml -RUN: yaml2obj -format=elf %t1.sectiongroup.yaml -o %t2.o.elf +RUN: yaml2obj %t1.sectiongroup.yaml -o %t2.o.elf RUN: llvm-readobj -sections %t2.o.elf | FileCheck %s -check-prefix=SECTIONS #ELF-GROUP: - Name: .group #ELF-GROUP: Type: SHT_GROUP |