[PATCH] D63781: [ELF] Error on archive with missing index
Sam Clegg via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jul 2 19:30:16 PDT 2019
sbc100 marked 2 inline comments as done.
sbc100 added inline comments.
================
Comment at: lld/test/ELF/archive-no-index.s:8
+
+# RUN: not ld.lld -o out.wasm %t.o %t.a 2>&1 | FileCheck %s
+
----------------
MaskRay wrote:
> `/dev/null` if you don't need the output file?
Done. I assume that magically works on windows too somehow.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63781/new/
https://reviews.llvm.org/D63781
More information about the llvm-commits
mailing list