On Saturday, 26 August 2023 at 13:08:14 UTC, kinke wrote:
Glad to announce LDC 1.34.0. Major changes:

* Based on D 2.104.2.
* Support for LLVM 16, incl. v16.0.6 for the prebuilt packages. Support for v9 and v10 was dropped. * 64-bit RISC-V: Enable ISA extensions ('rv64gc') by default when targeting an operating system.

Full release log and downloads: https://github.com/ldc-developers/ldc/releases/tag/v1.34.0

Thanks to all contributors & sponsors!

Try link with LDC  1.34.0 release and lld linker, get this error:


lld: error: unknown argument '-func-specialization-size-threshold=1000000000'


I can see there is `-Wl,-lto_library,/opt/local/ldc16/lib/libLTO-ldc.dylib -Wl,-mllvm,-func-specialization-size-threshold=1000000000 ` passed into clang.

Reply via email to