[PATCH] D101224: [lld-macho] Have --reproduce account for path rerooting

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 5 09:43:00 PDT 2021


oontvoo accepted this revision.
oontvoo added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: lld/test/MachO/reroot-path.s:28
+# RUN: tar xf %t/repro1.tar -C %t
+# RUN: cd %t/repro1; ld64.lld @response.txt | FileCheck %s -DDIR="%:t/%:t"
+
----------------
should this be %lld (or some other pre-set param) to ensure  we're testing the "right" ld64.ldd? 
(In theory, the machine could already have ld64.lld)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101224



More information about the llvm-commits mailing list