[PATCH] D98559: [lld-macho] Implement -dependency_info (partially - more opcodes needed)
Nico Weber via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 21 13:31:29 PDT 2021
thakis 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
----------------
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.
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