[llvm] fecce90 - [obj2yaml][test] - Update test after output change.

Georgii Rymar via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 19 07:43:24 PDT 2020


Author: Georgii Rymar
Date: 2020-03-19T17:42:36+03:00
New Revision: fecce903db2f105dae59e678f8979f742ff655e7

URL: https://github.com/llvm/llvm-project/commit/fecce903db2f105dae59e678f8979f742ff655e7
DIFF: https://github.com/llvm/llvm-project/commit/fecce903db2f105dae59e678f8979f742ff655e7.diff

LOG: [obj2yaml][test] - Update test after output change.

D76227 changed the output. This test was forgotten because
belonged to a different patch.

Added: 
    

Modified: 
    llvm/test/tools/obj2yaml/rel-rela-section.yaml

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/obj2yaml/rel-rela-section.yaml b/llvm/test/tools/obj2yaml/rel-rela-section.yaml
index 18be5ff6f633..6bef1d30cad8 100644
--- a/llvm/test/tools/obj2yaml/rel-rela-section.yaml
+++ b/llvm/test/tools/obj2yaml/rel-rela-section.yaml
@@ -7,13 +7,10 @@
 
 ## Note: it is important to have at least two sections with sh_info == 0.
 ##       Previously we printed a broken Info field in this case.
-## FIXME: We should not print EntSize. Will be fixed by https://reviews.llvm.org/D76227.
 # YAML:      - Name:    .rela.dyn
 # YAML-NEXT:   Type:    SHT_RELA
-# YAML-NEXT:   EntSize: 0x0000000000000018
 # YAML-NEXT: - Name:    .rel.dyn
 # YAML-NEXT:   Type:    SHT_REL
-# YAML-NEXT:   EntSize: 0x0000000000000010
 # YAML-NEXT: - Name
 
 --- !ELF


        


More information about the llvm-commits mailing list