Skip to content

Commit b371ea3

Browse files
committed
[LLD][COFF] Fix /dependentloadflag tests with AArch64
This fixes: https://lab.llvm.org/buildbot/#/builders/65/builds/11819 Also see discussion in: #71537
1 parent dc30fa6 commit b371ea3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

lld/test/COFF/dependentflags.test

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// REQUIRES: x86
2+
13
// ---- precomp-a.obj - x86_64, hotpatch
24
RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj %S/Inputs/loadconfig-cfg-x64.s -o %t.ldcfg.obj
35

lld/test/COFF/deploadflag-cfg-x64.s

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# REQUIRES: x86
2+
13
# RUN: llvm-mc -triple x86_64-windows-msvc -filetype=obj %s -o %t.ldcfg.obj
24

35
# RUN: lld-link %S/Inputs/precomp-a.obj %t.ldcfg.obj /out:%t.exe /nodefaultlib /force

0 commit comments

Comments
 (0)