On Wed, Jun 10, 2020 at 9:57 AM Tamar Christina <tamar.christ...@arm.com> wrote: > > Hi All, > > The amdgcn-amdhsa test seems to be running for all targets unconditionally > while > only really makes sense for certain targets. This patch adds an opt-out list > and opts out arm targets. > > Regtested on aarch64-none-linux-gnu and no issues. > > Ok for master?
I don't think this is right. It does make sense to have aarch64 to support it as an offload; though someone needs to test out the GPU card on an ARM64 server. Maybe checking for *-*-elf *-*-eabi and returning false for those targets should be enough for most embedded targets. Thanks, Andrew Pinski > > Thanks, > Tamar > > gcc/testsuite/ChangeLog: > > * lib/target-supports.exp (check_effective_target_offload_gcn): Skip > for > arm targets. > > --