[PATCH] D74523: Explicitly state the output file.
Sterling Augustine via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 12 21:37:36 PST 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa7ecf4c324eb: Explicitly state the output file. (authored by saugustine).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74523/new/
https://reviews.llvm.org/D74523
Files:
lld/test/ELF/linkerscript/insert-not-exist.test
Index: lld/test/ELF/linkerscript/insert-not-exist.test
===================================================================
--- lld/test/ELF/linkerscript/insert-not-exist.test
+++ lld/test/ELF/linkerscript/insert-not-exist.test
@@ -1,6 +1,6 @@
# REQUIRES: x86
# 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
# CHECK: error: unable to insert .foo.data after .not_exist
# CHECK: error: unable to insert .foo.text before .not_exist
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74523.244332.patch
Type: text/x-patch
Size: 573 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200213/48a19c3e/attachment.bin>
More information about the llvm-commits
mailing list