[lld] 4c1c32c - [lld][NCF] Add missing llvm-mc invocation to arm64ec-codemap.test. (#70956)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 1 09:45:20 PDT 2023
Author: Jacek Caban
Date: 2023-11-01T17:45:17+01:00
New Revision: 4c1c32c377c4325299b70b61f63974b03a571e13
URL: https://github.com/llvm/llvm-project/commit/4c1c32c377c4325299b70b61f63974b03a571e13
DIFF: https://github.com/llvm/llvm-project/commit/4c1c32c377c4325299b70b61f63974b03a571e13.diff
LOG: [lld][NCF] Add missing llvm-mc invocation to arm64ec-codemap.test. (#70956)
Fixup for #70722.
Added:
Modified:
lld/test/COFF/arm64ec-codemap.test
Removed:
################################################################################
diff --git a/lld/test/COFF/arm64ec-codemap.test b/lld/test/COFF/arm64ec-codemap.test
index fcc7db259858a66..84b40536ee51efa 100644
--- a/lld/test/COFF/arm64ec-codemap.test
+++ b/lld/test/COFF/arm64ec-codemap.test
@@ -3,6 +3,7 @@ RUN: split-file %s %t.dir && cd %t.dir
RUN: llvm-mc -filetype=obj -triple=arm64-windows arm64-func-sym.s -o arm64-func-sym.obj
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows arm64ec-func-sym.s -o arm64ec-func-sym.obj
+RUN: llvm-mc -filetype=obj -triple=arm64ec-windows data-sec.s -o data-sec.obj
RUN: llvm-mc -filetype=obj -triple=x86_64-windows x86_64-func-sym.s -o x86_64-func-sym.obj
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows codemap.s -o codemap.obj
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows codemap2.s -o codemap2.obj
More information about the llvm-commits
mailing list