Large number of tests failing - 64bit LDC with MSVC - Append Operator

Kai Nacke via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Feb 25 12:47:13 PST 2015


Hi Kevin!

On Wednesday, 25 February 2015 at 19:09:44 UTC, Kevin Brogan 
wrote:
>
> Finally, I also had to modify the LLVM config file for both LDC 
> and Ninja to pass /LARGEADDRESSAWARE:NO to the msvc linker or 
> none of the debug builds would compile.
>
> c:\ldcenv\ninja-ldc2-x64\bin\ldc2.conf and
> %LDCROOT%\etc\ldc2.conf
>
> add    ,"-L/LARGEADDRESSAWARE:NO"    to switches

This is strange. /LARGEADDRESSAWARE:NO was only required for LLVM 
< 3.4. The Win64 version requires LLVM 3.6 otherwise there is no 
exception support.

Regards,
Kai


More information about the digitalmars-d-ldc mailing list