Darwin, testsuite : Skip a test that requires ELF.

The symver support is only available to ELF targets.

gcc/testsuite/ChangeLog:

	* gcc.dg/ipa/symver1.c: Skip for Darwin.
This commit is contained in:
Iain Sandoe 2020-09-19 14:35:58 +01:00
parent b0c990f266
commit 4f5a297f75

View File

@ -1,4 +1,5 @@
/* { dg-do compile } */
/* { dg-skip-if "only works for ELF targets" { *-*-darwin* } } */
__attribute__ ((__symver__ ("foo@VER_2")))
__attribute__ ((__symver__ ("foo@VER_3")))