From 80ab237c1187aa7e8a1f546175887d768fa14e2d Mon Sep 17 00:00:00 2001 From: Jacek Caban Date: Sun, 26 Jan 2025 22:36:01 +0100 Subject: [PATCH] [LLD][COFF] Add REQUIRE x86 to arm64x-import.test (NFC) This ensures the disassembler can handle ARM64X binaries correctly. Fixes #124189. --- lld/test/COFF/arm64x-import.test | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lld/test/COFF/arm64x-import.test b/lld/test/COFF/arm64x-import.test index bc202e1d1725..7441c71d8771 100644 --- a/lld/test/COFF/arm64x-import.test +++ b/lld/test/COFF/arm64x-import.test @@ -1,4 +1,4 @@ -REQUIRES: aarch64 +REQUIRES: aarch64, x86 RUN: split-file %s %t.dir && cd %t.dir RUN: llvm-mc -filetype=obj -triple=arm64ec-windows func12-thunks-arm64ec.s -o func12-thunks-arm64ec.obj