[PATCH] D63781: [ELF] Error on archive with missing index

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 1 20:27:37 PDT 2019


MaskRay 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
+
----------------
`/dev/null` if you don't need the output file?


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