Skip to content

Commit 4c1c32c

Browse files
authored
[lld][NCF] Add missing llvm-mc invocation to arm64ec-codemap.test. (#70956)
Fixup for #70722.
1 parent f16b7c6 commit 4c1c32c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lld/test/COFF/arm64ec-codemap.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ RUN: split-file %s %t.dir && cd %t.dir
33

44
RUN: llvm-mc -filetype=obj -triple=arm64-windows arm64-func-sym.s -o arm64-func-sym.obj
55
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows arm64ec-func-sym.s -o arm64ec-func-sym.obj
6+
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows data-sec.s -o data-sec.obj
67
RUN: llvm-mc -filetype=obj -triple=x86_64-windows x86_64-func-sym.s -o x86_64-func-sym.obj
78
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows codemap.s -o codemap.obj
89
RUN: llvm-mc -filetype=obj -triple=arm64ec-windows codemap2.s -o codemap2.obj

0 commit comments

Comments
 (0)