Commit 69420760 authored by David Spickett's avatar David Spickett
Browse files

[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.
parent 8f9db0ae
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
# REQUIRES: x86
# REQUIRES: x86, llvm-64-bits

# RUN: rm -rf %t; split-file %s %t