[PATCH] D98559: [lld-macho] Implement -dependency_info (partially - more opcodes needed)

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 22 11:04:40 PDT 2021


oontvoo added inline comments.


================
Comment at: lld/test/MachO/dependency-info.s:26
+# CHECK-NEXT: input-file: {{.*}}/main.o
+# CHECK-NEXT: input-file: {{.*}}/libSystem.tbd
+# CHECK-NEXT: bar.o
----------------
thakis wrote:
> I guess the problem is that these lines are sorted by name and libSystem is in the src tree and the rest are generated files, and the order of the names of build dir and src dir isn't predictable.
Ah, good catch! Hmm, maybe I'll just grep -v `libSystem.tbd` from the output before we FileCheck?
(Does anyone have a better solution?)






Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D98559



More information about the llvm-commits mailing list