_Unwind_RaiseException

via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Fri Sep 1 03:44:59 PDT 2017


On Friday, 1 September 2017 at 10:19:07 UTC, Oleg B wrote:
> On Friday, 1 September 2017 at 10:14:54 UTC, Petar Kirov 
> [ZombineDev] wrote:
>> What's the output of `ldc2 --version` ?
>
> LDC - the LLVM D compiler (1.3.0):
>   based on DMD v2.073.2 and LLVM 4.0.0
>   built with LDC - the LLVM D compiler (1.3.0)
>   Default target: x86_64-unknown-linux-gnu
>   Host CPU: skylake
>
> last ldc from fedora repo

Can you try 
https://github.com/ldc-developers/ldc/releases/tag/v1.4.0-beta1 ?

Cross-compilation should be easier if you use the newly added 
ldc-build-runtime tool. There's a wiki page describing how it can 
be used: https://wiki.dlang.org/Building_LDC_runtime_libraries


More information about the digitalmars-d-ldc mailing list