[PATCH] D63191: [lld][ELF] Check length of subsection in .ARM.attributes

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 12 02:55:12 PDT 2019


ruiu added inline comments.


================
Comment at: tools/lld/test/ELF/bad-arm-attributes2.test:1
+# RUN: yaml2obj %s -o %t.o
+# RUN: ld.lld %t.o 2>&1 | FileCheck %s
----------------
We don't use yaml2obj unless code is not representable in assembly. Is there any way to rewrite this in assembly?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63191/new/

https://reviews.llvm.org/D63191





More information about the llvm-commits mailing list