Skip to content

Commit

Permalink
[adapt to changed ld64 warning text]
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Aug 10, 2024
1 parent 1e97540 commit c02404e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/dmd/runnable/ldc_extern_weak.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// REQUIRED_ARGS(osx): -L-undefined -Ldynamic_lookup

// the linker on macOS-arm64 emits a warning
// TRANSFORM_OUTPUT(osx): remove_lines("warning: -undefined dynamic_lookup may not work with chained fixups")
// TRANSFORM_OUTPUT(osx): remove_lines("warning:.* -undefined dynamic_lookup")

extern __gshared pragma(LDC_extern_weak) int nonExistent;

Expand Down

0 comments on commit c02404e

Please sign in to comment.