[lld][MachO] Temporarily require 64 bit build for dead-strip.s

This test has always failed on 32 bit armv8 bots:
https://lab.llvm.org/buildbot/#/builders/178/builds/42

Due to the output order of some symbols changing.
I don't think this is an Arm specific issue so disabling
on 32 bit while it's investigated.
This commit is contained in:
David Spickett 2021-06-28 09:36:04 +00:00
parent 8f9db0aeeb
commit 6942076096
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
# REQUIRES: x86 # REQUIRES: x86, llvm-64-bits
# RUN: rm -rf %t; split-file %s %t # RUN: rm -rf %t; split-file %s %t