[PATCH] D100681: llvm-objdump: add --rpaths to macho support
Keith Smiley via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 14:22:59 PDT 2021
keith added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/MachO/rpaths.test:5
+
+# CHECK: @executable_path/../Frameworks
+
----------------
MaskRay wrote:
> If you want to ensure there is no other string, you can use `FileCheck %s --match-full-lines --strict-whitespace` or add `{{^}}...{{$}}`
In this case there's also the header, which I wasn't worried about showing up one way or the other (since I made sure below it still doesn't show up if you pass the flag to disable it)
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