1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 13:06:59 +03:00

Disable test on ppc64le

Fixes https://github.com/rui314/mold/issues/1221
This commit is contained in:
Rui Ueyama 2024-03-27 16:23:02 +09:00
parent 11c9376a50
commit 6e5ae45c1a

View File

@ -6,6 +6,7 @@
# GCC emits data to .text for PPC64, so PPC64 is not compatible with -execute-only
[ $MACHINE = ppc64 ] && skip
[ $MACHINE = ppc64le ] && skip
cat <<EOF | $CC -o $t/a.o -c -xc -
#include <stdio.h>