mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-06 11:40:50 +08:00
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:
parent
b0c990f266
commit
4f5a297f75
@ -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")))
|
||||
|
Loading…
x
Reference in New Issue
Block a user