Skip to content

Commit a5752e1

Browse files
committedJun 6, 2018
[lld] Add REQUIRES: x86 where needed to tests
If building lld without x86 support, tests that require that support should be treated as unsupported, not errors. Tested using: 1. cmake '-DLLVM_TARGETS_TO_BUILD=AArch64;X86' make check-lld => Expected Passes : 1406 Unsupported Tests : 287 2. cmake '-DLLVM_TARGETS_TO_BUILD=AArch64' make check-lld => Expected Passes : 410 Unsupported Tests : 1283 Patch by Joel Jones Differential Revision: https://reviews.llvm.org/D47748 llvm-svn: 334095
1 parent 9b1182a commit a5752e1

File tree

118 files changed

+5914
-3
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

118 files changed

+5914
-3
lines changed
 

‎lld/lld-2018June4

+5,797
Large diffs are not rendered by default.

‎lld/test/COFF/associative-comdat.s

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# REQUIRES: x86
12
# RUN: llvm-mc -triple=x86_64-windows-msvc %s -filetype=obj -o %t1.obj
23
# RUN: llvm-mc -triple=x86_64-windows-msvc %S/Inputs/associative-comdat-2.s -filetype=obj -o %t2.obj
34

0 commit comments

Comments
 (0)
Please sign in to comment.