[lld] 09aa3f7 - [LLD] [test] Add a missing REQUIRES: x86 in a new test
Martin Storsjö via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 24 01:31:29 PDT 2023
Author: Martin Storsjö
Date: 2023-03-24T10:28:49+02:00
New Revision: 09aa3f7bb54bf7f35809d3abfdf9f6a679ba1003
URL: https://github.com/llvm/llvm-project/commit/09aa3f7bb54bf7f35809d3abfdf9f6a679ba1003
DIFF: https://github.com/llvm/llvm-project/commit/09aa3f7bb54bf7f35809d3abfdf9f6a679ba1003.diff
LOG: [LLD] [test] Add a missing REQUIRES: x86 in a new test
This test somewhat unconventionally assembles both aarch64 and
x86 object files.
This fixes test failures in build configurations with the aarch64
target enabled but x86 target disabled.
Added:
Modified:
lld/test/COFF/gaps-fill.test
Removed:
################################################################################
diff --git a/lld/test/COFF/gaps-fill.test b/lld/test/COFF/gaps-fill.test
index 17cd9cbc86ab3..f49a601cc568a 100644
--- a/lld/test/COFF/gaps-fill.test
+++ b/lld/test/COFF/gaps-fill.test
@@ -1,4 +1,4 @@
-# REQUIRES: aarch64
+# REQUIRES: aarch64, x86
# RUN: split-file %s %t.dir
# RUN: llvm-mc -filetype=obj -triple=aarch64-windows %t.dir/arm64-dllmain.s -o %t.dir/arm64-dllmain.obj
More information about the llvm-commits
mailing list