[PATCH] D67958: [yaml2obj] - Add a Size field for StackSizesSection.

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 25 03:49:35 PDT 2019


grimar added inline comments.


================
Comment at: test/tools/yaml2obj/elf-stack-sizes.yaml:277
+
+# RUN: yaml2obj --docnum=12 %s -o %t12
+# RUN: llvm-readobj --sections --section-data %t12 | FileCheck %s --check-prefix=SIZE-CONTENT
----------------
jhenderson wrote:
> This case tests Size > Content. What about Size < Content? (I think it should be an error)
Fixed, added a test case.


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

https://reviews.llvm.org/D67958





More information about the llvm-commits mailing list