[lld] [LLD][COFF] Require explicit specification of ARM64EC target (PR #116281)
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 15 07:21:06 PST 2024
================
@@ -36,7 +37,7 @@ ARM64X-DATA: 03030303 01010101 02020202
RUN: not lld-link -out:test.dll -machine:arm64 arm64-data-sym.obj arm64ec-data-sym.obj \
RUN: -dll -noentry 2>&1 | FileCheck -check-prefix=INCOMPAT1 %s
-INCOMPAT1: lld-link: error: arm64ec-data-sym.obj: machine type arm64ec conflicts with arm64
+INCOMPAT1: arm64ec-data-sym.obj: machine type arm64ec conflicts with arm64
----------------
mstorsjo wrote:
What happened with the `lld-link: error:` prefix here?
https://github.com/llvm/llvm-project/pull/116281
More information about the llvm-commits
mailing list