Skip to content

Commit 0f97abf

Browse files
committed
ld/testsuite: Add missing targets to PDB tests
1 parent 9a02fbd commit 0f97abf

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

ld/testsuite/ld-pe/pdb.exp

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,14 @@
1919
# MA 02110-1301, USA.
2020

2121
if {![istarget i*86-*-mingw*]
22+
&& ![istarget i*86-*-cygwin*]
23+
&& ![istarget i*86-*-winnt]
24+
&& ![istarget i*86-*-pe]
2225
&& ![istarget x86_64-*-mingw*]
23-
&& ![istarget aarch64-*-mingw*]} {
26+
&& ![istarget x86_64-*-pe*]
27+
&& ![istarget x86_64-*-cygwin]
28+
&& ![istarget aarch64-*-mingw*]
29+
&& ![istarget aarch64-*-pe*]} {
2430
return
2531
}
2632

0 commit comments

Comments
 (0)