search for: 167445bc

Displaying 2 results from an estimated 2 matches for "167445bc".

2017 Jul 06
2
MSP430 code generation from LLVM IR
...#39;t try it in a Linux host. I imagine a lot of the errors will go away there (because it assumes ELF), but possibly not the ones about 'mov.w'. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170706/167445bc/attachment.html>
2017 Jul 05
3
MSP430 code generation from LLVM IR
Hello, While trying to find out why the LDC compiler refuses to generate object code for MSP430 targets (but generates MSP430 assembly or LLVM IR/bitcode), I came across the following apparent inconsistency. This works: $ clang --target=msp430 -c test.c This doesn't work: $ clang --target=msp430 -S -emit-llvm test.c $ llc -filetype=obj test.ll /opt/msp430/bin/llc: target does not support