[PATCH] D37708: Simplify MinGW test.

Rui Ueyama via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 14:07:47 PDT 2017


ruiu added a comment.

We need to pass a path to an existing file, so I passed an object file to each test, but it doesn't have to be an actual object file. In the updated test case, /dev/null is passed instead.



================
Comment at: lld/test/MinGW/driver.s:33
+# RUN: ld.lld -### %t.obj -m i386pep --out-implib foo | FileCheck -check-prefix=STACK %s
+# STACK: -implib:foo
+
----------------
mstorsjo wrote:
> This test seems to have been mixed up, and I can't find the actual test for the stack option.
Fixed.


https://reviews.llvm.org/D37708





More information about the llvm-commits mailing list