[PATCH] D37708: Simplify MinGW test.

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 11 14:04:33 PDT 2017


mstorsjo added inline comments.


================
Comment at: lld/test/MinGW/driver.s:8
+# RUN: ld.lld -### %t.obj -m i386pe | FileCheck -check-prefix=I386PE %s
+# I386PE: -machine:x86
+
----------------
I think this could use a check for the image base alternate name, which has got a i386 specific case.


https://reviews.llvm.org/D37708





More information about the llvm-commits mailing list