aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.target/bpf/core-options-3.c
blob: ca32a7c401245efd17addec606d55ab76b24c0e6 (plain)
1
2
3
4
5
/* This combination of options tries to enable CO-RE without BTF, and should
   produce an error.  */
/* { dg-do compile } */
/* { dg-options "-gbtf -gtoggle -mco-re" } */
/* { dg-excess-errors "BPF CO-RE requires BTF debugging information" } */