[PATCH] D77844: [ObjectYAML][MachO] Add support for relocations

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 02:49:30 PDT 2020


alexshap marked an inline comment as done.
alexshap added inline comments.


================
Comment at: llvm/test/ObjectYAML/MachO/relocations_arm64.yaml:1
+# RUN: yaml2obj %s -o %t
+# RUN: llvm-objdump --macho --reloc %t | FileCheck %s --check-prefix=OBJDUMP-VERIFY
----------------
grimar wrote:
> Should instead we add 2 test cases, one to test\tools\obj2yaml and one to test\tools\yaml2obj?
> (I'd expect to see tests for these tools)
i was looking at other tests in llvm/test/ObjectYAML/MachO/ .
They all appear to have a similar structure (in particular, they use yaml2obj / obj2yaml )


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77844





More information about the llvm-commits mailing list