![]() Some compilers that act as linker drivers (dmd and ldc) need to split arguments that GCC combines with , (ie, -Wl,-foo,bar -> -L=-foo -L=bar). As such we need to detect that the previous argument contained -soname, and not wrap that in a --start-group/--end-group This modifies the shared library test to demonstrate the problem, with a test case. Fixes #6359 |
||
---|---|---|
.. | ||
1 simple | ||
2 static library | ||
3 shared library | ||
4 library versions | ||
5 mixed | ||
6 unittest | ||
7 multilib | ||
8 has multi arguments | ||
9 features | ||
10 d cpp | ||
11 dub |