[lld] fdded85 - [LLD][COFF] Fix a typo in REQUIRES directive (NFC)
Jacek Caban via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 10 13:10:29 PST 2025
Author: Jacek Caban
Date: 2025-02-10T22:09:33+01:00
New Revision: fdded8537d88c71dc3e198dd40bb32acb91132ac
URL: https://github.com/llvm/llvm-project/commit/fdded8537d88c71dc3e198dd40bb32acb91132ac
DIFF: https://github.com/llvm/llvm-project/commit/fdded8537d88c71dc3e198dd40bb32acb91132ac.diff
LOG: [LLD][COFF] Fix a typo in REQUIRES directive (NFC)
Fixes #126300.
Added:
Modified:
lld/test/COFF/arm64x-includeoptional.s
Removed:
################################################################################
diff --git a/lld/test/COFF/arm64x-includeoptional.s b/lld/test/COFF/arm64x-includeoptional.s
index 40e885bd1c4536..bf02075d967793 100644
--- a/lld/test/COFF/arm64x-includeoptional.s
+++ b/lld/test/COFF/arm64x-includeoptional.s
@@ -1,4 +1,4 @@
-// REQUIRE: aarch64
+// REQUIRES: aarch64
// RUN: llvm-mc -filetype=obj -triple=aarch64-windows %s -o %t.arm64.obj
// RUN: llvm-mc -filetype=obj -triple=arm64ec-windows %s -o %t.arm64ec.obj
More information about the llvm-commits
mailing list