Skip to content

Commit

Permalink
Changelog follow-up to dlang#1755
Browse files Browse the repository at this point in the history
  • Loading branch information
kinke committed Sep 7, 2019
1 parent e7c1735 commit 1c26d00
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions changelog/ldc2.dd
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 1c26d00

Please sign in to comment.