[lld-macho] Re-add dylink-lazy test
authorJez Ng <jezng@fb.com>
Sun, 10 May 2020 21:15:42 +0000 (14:15 -0700)
committerJez Ng <jezng@fb.com>
Mon, 11 May 2020 19:39:21 +0000 (12:39 -0700)
commit723c46e645dbe23942c926d2cb800ce020df6b8b
treeda2a6f6e27e14093abfff45c5e4c4c655e75c1e6
parent01dc694ccb8689a4b4a180da67ed042f85bbcfd5
[lld-macho] Re-add dylink-lazy test

The initial attempt didn't work on Windows; apparently Powershell has a
different syntax for running commands sequentially and concatenating
their outputs. So I've created two temporary files instead.

Differential Revision: https://reviews.llvm.org/D79697
lld/test/MachO/dylink-lazy.s [new file with mode: 0644]