[PATCH] D74523: Explicitly state the output file.
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 21:37:48 PST 2020
MaskRay added inline comments.
================
Comment at: lld/test/ELF/linkerscript/insert-not-exist.test:3
# RUN: llvm-mc -filetype=obj -triple=x86_64 %p/Inputs/insert-after.s -o %t.o
-# RUN: not ld.lld -T %s %t.o 2>&1 | FileCheck %s
+# RUN: not ld.lld -T %s %t.o -o %t.out 2>&1 | FileCheck %s
----------------
`-o /dev/null`
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74523/new/
https://reviews.llvm.org/D74523
More information about the llvm-commits
mailing list