Skip to content

Commit

Permalink
compiler/test/fail_compilation/needspkgmod.d: pass -L--no-demangle
Browse files Browse the repository at this point in the history
The bfd linker since version 2.43 automatically demangles D
symbols. It could do this before as well, though it was not automatic,
it required the `--demangle=dlang` switch.

Signed-off-by: Andrei Horodniceanu <[email protected]>
  • Loading branch information
the-horo authored and dlang-bot committed Sep 9, 2024
1 parent 38a2bd2 commit fdd2589
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/test/fail_compilation/needspkgmod.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// ARG_SETS: -i=,imports.pkgmod313
// ARG_SETS: -i=imports.pkgmod313,-imports.pkgmod313.mod
// ARG_SETS: -i=imports.pkgmod313.package,-imports.pkgmod313.mod
// REQUIRED_ARGS: -Icompilable
// REQUIRED_ARGS: -Icompilable -L--no-demangle
// LINK:
/*
TEST_OUTPUT:
Expand Down

0 comments on commit fdd2589

Please sign in to comment.