diff --git a/changelog/ldc2.dd b/changelog/ldc2.dd new file mode 100644 index 000000000..86c54caac --- /dev/null +++ b/changelog/ldc2.dd @@ -0,0 +1,7 @@ +Improved support for LDC, incl. cross-compilation + +The ldc2 driver now supports +* some more command-line options (coverage, profiling, keeping stack frame), +* separate linking, +* cross-compilation by specifying the target triple (LDC `-mtriple`) as `--arch`, e.g., `--arch=x86_64-pc-windows-msvc`. + Check out https://wiki.dlang.org/Cross-compiling_with_LDC for how to setup LDC.