[PATCH] D79984: [yaml2obj] - Add a technical prefix for each unnamed chunk.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 15 10:51:37 PDT 2020
MaskRay added inline comments.
================
Comment at: llvm/test/tools/yaml2obj/ELF/section-link.yaml:32
+# ERR: error: unknown section referenced: '.unknown1' by YAML section '.foo'
+# ERR-NEXT: error: unknown section referenced: '.unknown2' by YAML section ' [unnamed, index #2]'
+# ERR-NEXT: error: unknown section referenced: '.unknown3' by YAML section '.bar'
----------------
Can we omit `unnamed` and use `'' (index 2)`?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D79984/new/
https://reviews.llvm.org/D79984
More information about the llvm-commits
mailing list