amdgcn: test global constructors

The tests are disabled for historical reasons only.

gcc/testsuite/ChangeLog:

	* lib/target-supports.exp (check_effective_target_global_constructor):
	Remove amdgcn.
This commit is contained in:
Andrew Stubbs 2022-06-22 14:42:06 +01:00
parent 00063459f6
commit a1f8a3860f
1 changed files with 0 additions and 1 deletions

View File

@ -851,7 +851,6 @@ proc check_effective_target_nonlocal_goto {} {
proc check_effective_target_global_constructor {} {
if { [istarget nvptx-*-*]
|| [istarget amdgcn-*-*]
|| [istarget bpf-*-*] } {
return 0
}