Skip to content

Commit 0856878

Browse files
committed
tests/dmd/runnable/test21757.d: Ignore new MS linker warning for 32-bit code
1 parent 0132d88 commit 0856878

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

tests/dmd/runnable/test21757.d

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// https://github.com/dlang/dmd/issues/21757
22

3+
// LDC: ignore MS linker warnings for 32-bit Windows
4+
// TRANSFORM_OUTPUT(windows32): remove_lines("warning LNK4318: Very long symbol name encountered while producing debug information")
5+
36
struct S
47
{
58
void*[300_000] arr; // generates stupidly large symbols for RTImfoImpl!() that crash MS link.exe

0 commit comments

Comments
 (0)