[lld] e3105e7 - [LLD][ELF] - Update test case after yaml2obj change.

via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 25 03:46:18 PDT 2019


Author: georgerim
Date: 2019-10-25T13:40:44+03:00
New Revision: e3105e71f3aeb07fba411f82ae1b9b3b7b9eb33d

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

LOG: [LLD][ELF] - Update test case after yaml2obj change.

SHT_NOTE needs at least an empty "Content" in the YAML description.
Should fix http://lab.llvm.org:8011/builders/llvm-clang-lld-x86_64-scei-ps4-ubuntu-fast

Added: 
    

Modified: 
    lld/test/ELF/sht-group-empty.test

Removed: 
    


################################################################################
diff  --git a/lld/test/ELF/sht-group-empty.test b/lld/test/ELF/sht-group-empty.test
index 8432ccc41767..f6db349b540e 100644
--- a/lld/test/ELF/sht-group-empty.test
+++ b/lld/test/ELF/sht-group-empty.test
@@ -24,6 +24,7 @@ Sections:
   - Name:            .note
     Type:            SHT_NOTE
     Flags:           [ SHF_GROUP ]
+    Content:         ""
   - Name:            .text.foo
     Type:            SHT_PROGBITS
     Flags:           [ SHF_ALLOC, SHF_EXECINSTR, SHF_GROUP ]


        


More information about the llvm-commits mailing list