LDC with MSP430

Luís Marques via digitalmars-d-ldc digitalmars-d-ldc at puremagic.com
Wed Jul 5 15:13:36 PDT 2017


On Wednesday, 5 July 2017 at 21:16:11 UTC, Johan Engelen wrote:
> Perhaps it's good to verify that the clang and LDC triples are 
> the same.

They are:

source_filename = "test.d"
target datalayout = "e-m:e-p:16:16-i32:16:32-a:16-n8:16"
target triple = "msp430"

source_filename = "test.c"
target datalayout = "e-m:e-p:16:16-i32:16:32-a:16-n8:16"
target triple = "msp430"


More information about the digitalmars-d-ldc mailing list