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

Johan Engelen via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Sun Mar 1 13:24:00 PST 2015


On Wednesday, 25 February 2015 at 20:47:14 UTC, Kai Nacke wrote:
> 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.

I have the same /LARGEADDRESSAWARE:NO issue using LLVM 
3.7.0svn-r230699.


More information about the digitalmars-d-ldc mailing list