We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0132d88 commit 0856878Copy full SHA for 0856878
1 file changed
tests/dmd/runnable/test21757.d
@@ -1,5 +1,8 @@
1
// https://github.com/dlang/dmd/issues/21757
2
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
+
6
struct S
7
{
8
void*[300_000] arr; // generates stupidly large symbols for RTImfoImpl!() that crash MS link.exe
0 commit comments