Displaying 2 results from an estimated 2 matches for "toobj".
2017 Jul 05
3
MSP430 code generation from LLVM IR
...quence works fine for x86.
Could someone help shed some light into this discrepancy? (Maybe it will
also help me figure out why LDC refuses to directly generate MSP430 object
files [1]).
Thanks,
Luís
[1] $ ldc2 -mtriple=msp430 -c test.d
no support for asm output
UNREACHABLE executed at ../driver/toobj.cpp:130!
0 ldc2 0x0000000107e19c9c
llvm::sys::PrintStackTrace(llvm::raw_ostream&) + 60
1 ldc2 0x0000000107e1a1e9
PrintStackTraceSignalHandler(void*) + 25
2 ldc2 0x0000000107e16139
llvm::sys::RunSignalHandlers() + 425
3 ldc2...
2017 Jul 06
2
MSP430 code generation from LLVM IR
On Thu, Jul 6, 2017 at 2:19 AM, Tim Northover <t.p.northover at gmail.com>
wrote:
> On 5 July 2017 at 17:51, Luís Marques via llvm-dev
> <llvm-dev at lists.llvm.org> wrote:
> > Cool. When I did that on macOS, LDC generated a lot of complaints,
> possibly
> > because it is assuming mach-o files. I tried changing from
> -mtriple=msp430
> > to