[lld] 80ab237 - [LLD][COFF] Add REQUIRE x86 to arm64x-import.test (NFC)
Jacek Caban via llvm-commits
llvm-commits at lists.llvm.org
Sun Jan 26 13:41:52 PST 2025
Author: Jacek Caban
Date: 2025-01-26T22:36:01+01:00
New Revision: 80ab237c1187aa7e8a1f546175887d768fa14e2d
URL: https://github.com/llvm/llvm-project/commit/80ab237c1187aa7e8a1f546175887d768fa14e2d
DIFF: https://github.com/llvm/llvm-project/commit/80ab237c1187aa7e8a1f546175887d768fa14e2d.diff
LOG: [LLD][COFF] Add REQUIRE x86 to arm64x-import.test (NFC)
This ensures the disassembler can handle ARM64X binaries correctly. Fixes #124189.
Added:
Modified:
lld/test/COFF/arm64x-import.test
Removed:
################################################################################
diff --git a/lld/test/COFF/arm64x-import.test b/lld/test/COFF/arm64x-import.test
index bc202e1d172517..7441c71d87710b 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
More information about the llvm-commits
mailing list