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

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 06:07:50 PDT 2019


jhenderson 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
----------------
This case tests Size > Content. What about Size < Content? (I think it should be an error)


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

https://reviews.llvm.org/D67958





More information about the llvm-commits mailing list