[PATCH] D100681: llvm-objdump: add --rpaths to macho support

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 19 06:47:34 PDT 2021


jhenderson added inline comments.


================
Comment at: llvm/test/tools/llvm-objdump/MachO/rpaths.test:1
+# RUN: llvm-objdump --macho --rpaths --arch x86_64 %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileCheck %s
+# RUN: llvm-objdump --macho --rpaths %p/Inputs/Objc2.64bit.exe.macho-x86_64 | FileCheck %s
----------------
A quick summary comment at the start of the test describing the test purpose is usually a good idea, I think.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D100681



More information about the llvm-commits mailing list