[PATCH] D77580: [llvm-objdump] Fix incomplete relocation output for -D -r mode

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 9 01:36:10 PDT 2020


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/MachO/Inputs/relocs-data-macho-x86_64.yaml:1
+# The yaml file below is generated by the following C code:
+# extern char s[];
----------------
Is this file used in only one test? If so, it could just be folded into that test.


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

https://reviews.llvm.org/D77580





More information about the llvm-commits mailing list