[lld] 757c80d - Add `REQUIRES: x86` to test added in 141197 to skip when x86 target is not present.

Douglas Yung via llvm-commits llvm-commits at lists.llvm.org
Sat Jun 21 15:37:50 PDT 2025


Author: Douglas Yung
Date: 2025-06-21T22:37:02Z
New Revision: 757c80d88a6aeb6c4d61d76c492a033bb25ab028

URL: https://github.com/llvm/llvm-project/commit/757c80d88a6aeb6c4d61d76c492a033bb25ab028
DIFF: https://github.com/llvm/llvm-project/commit/757c80d88a6aeb6c4d61d76c492a033bb25ab028.diff

LOG: Add `REQUIRES: x86` to test added in 141197 to skip when x86 target is not present.

Added: 
    

Modified: 
    lld/test/COFF/strtab.s

Removed: 
    


################################################################################
diff  --git a/lld/test/COFF/strtab.s b/lld/test/COFF/strtab.s
index 4d8fa39f56db6..fbdd8df52d540 100644
--- a/lld/test/COFF/strtab.s
+++ b/lld/test/COFF/strtab.s
@@ -1,3 +1,4 @@
+# REQUIRES: x86
 # RUN: llvm-mc -triple=x86_64-windows-msvc %s -filetype=obj -o %t.obj
 # RUN: lld-link -out:%t.exe -entry:main %t.obj -debug:dwarf
 # RUN: llvm-readobj --string-table %t.exe | FileCheck %s


        


More information about the llvm-commits mailing list