[PATCH] D77086: [lld-macho][easy] Use substitution for test

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 30 22:22:37 PDT 2020


ruiu added a comment.

I'm actually not in favor of this change as I want to keep test files self-contained. I'd stick with `lld -flavor darwinnew`. Once the new lld/mach-o is ready, you can run sed with s/lld -flavor darwinnew/lld.ld64/g to replace all occurrences of `lld -flavor darwinnew`. So I don't see a need for abstraction here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77086





More information about the llvm-commits mailing list