[PATCH] D75528: [yaml2obj][obj2yaml][test] - Add base tests for relocation addends.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 9 02:39:36 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/test/tools/obj2yaml/relocation-addend.yaml:83
+
+## Check that obj2yaml omits zero addends.
+# RUN: yaml2obj --docnum=2 %s -o %t11 -D ADDEND=0
----------------
I'm not sure we need a 32-bit case for this one, as the behaviour is independent of the bitness.


================
Comment at: llvm/test/tools/yaml2obj/ELF/relocation-addend.yaml:1
+## Here we document how yaml2obj handles handles relocation addend descriptions.
+
----------------
Delete the second "handles"


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

https://reviews.llvm.org/D75528





More information about the llvm-commits mailing list