[PATCH] D100681: llvm-objdump: add --rpaths to macho support
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 20 14:21:01 PDT 2021
MaskRay accepted this revision.
MaskRay added inline comments.
================
Comment at: llvm/test/tools/llvm-objdump/MachO/rpaths.test:5
+
+# CHECK: @executable_path/../Frameworks
+
----------------
If you want to ensure there is no other string, you can use `FileCheck %s --match-full-lines --strict-whitespace` or add `{{^}}...{{$}}`
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