forked from OSchip/llvm-project
[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:
parent
8f9db0aeeb
commit
6942076096
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue