[PATCH] D59824: [LLD] Restore tests that use "-" as output

Andrew Ng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 26 09:23:01 PDT 2019


andrewng created this revision.
andrewng added reviewers: ruiu, rnk, tlively.
Herald added subscribers: MaskRay, aheejin, arichardson, sbc100, emaste.
Herald added a reviewer: espindola.

No longer require workarounds for output to "-" (stdout) for
Windows. These workarounds were just hiding the actual problem which is
fixed by patch D59663 <https://reviews.llvm.org/D59663>. This needs to land after D59663 <https://reviews.llvm.org/D59663>.


https://reviews.llvm.org/D59824

Files:
  test/ELF/stdout.s
  test/wasm/target-feature-disallowed.yaml
  test/wasm/target-feature-required.yaml
  test/wasm/target-feature-used.yaml

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59824.192286.patch
Type: text/x-patch
Size: 6343 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190326/74227aa1/attachment.bin>


More information about the llvm-commits mailing list