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

Jez Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 19:50:46 PDT 2020


int3 added a comment.

Manual line wrapping is kind of a chore, and since we don't have an autoformatter for these files, we'd end up with lines that are too short after doing that `sed` operation. Plus I was also considering adding `-Z` to the base `%lld` substitution to ensure that we never write tests which accidentally depend on system libraries.


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