[PATCH] D99271: [lld-macho][nfc] Fixed test so it output to %t/ rather than current directory.

Vy Nguyen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 24 12:55:31 PDT 2021


oontvoo added inline comments.


================
Comment at: lld/test/MachO/dependency-info.s:23
 # CHECK-DAG: input-file: {{.*}}/main.o
-# CHECK-DAG: bar.o
+# CHECK-DAG: {{.*}}bar.o
 
----------------
int3 wrote:
> why doesn't this have the `input-file:` prefix?
D'oh - editorial error. (I must've accidentally deleted the prefix at some point) ... of course FileCheck didn't care as long as it matches partially.






Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99271



More information about the llvm-commits mailing list