[lld] 6942076 - [lld][MachO] Temporarily require 64 bit build for dead-strip.s
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 28 02:47:33 PDT 2021
Author: David Spickett
Date: 2021-06-28T09:37:45Z
New Revision: 6942076096e6dcfb0893a351a9a586490beec572
URL: https://github.com/llvm/llvm-project/commit/6942076096e6dcfb0893a351a9a586490beec572
DIFF: https://github.com/llvm/llvm-project/commit/6942076096e6dcfb0893a351a9a586490beec572.diff
LOG: [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.
Added:
Modified:
lld/test/MachO/dead-strip.s
Removed:
################################################################################
diff --git a/lld/test/MachO/dead-strip.s b/lld/test/MachO/dead-strip.s
index e64c95e83717..5e18be3ca71a 100644
--- a/lld/test/MachO/dead-strip.s
+++ b/lld/test/MachO/dead-strip.s
@@ -1,4 +1,4 @@
-# REQUIRES: x86
+# REQUIRES: x86, llvm-64-bits
# RUN: rm -rf %t; split-file %s %t
More information about the llvm-commits
mailing list