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 1e97540 commit c02404eCopy full SHA for c02404e
tests/dmd/runnable/ldc_extern_weak.d
@@ -6,7 +6,7 @@
6
// REQUIRED_ARGS(osx): -L-undefined -Ldynamic_lookup
7
8
// the linker on macOS-arm64 emits a warning
9
-// TRANSFORM_OUTPUT(osx): remove_lines("warning: -undefined dynamic_lookup may not work with chained fixups")
+// TRANSFORM_OUTPUT(osx): remove_lines("warning:.* -undefined dynamic_lookup")
10
11
extern __gshared pragma(LDC_extern_weak) int nonExistent;
12
0 commit comments