search for: cd89b2bf

Displaying 3 results from an estimated 3 matches for "cd89b2bf".

2013 Feb 05
0
[LLVMdev] [cfe-dev] Integrated ARM assembler
>> The assembly parser does not parse the ARM-ELF directives. > Is this for inline asm? Yep >> $ echo "void a(){}" | clang -target arm-none-linux-gnueabi -mllvm -arm-enable-ehabi -integrated-as -c -xc - >>Not implemented yet > Seems to work for me... ;) I see this just recently changed. I just confirmed the issue is in the 'release_32' branch, but not
2013 Feb 05
1
[LLVMdev] [cfe-dev] Integrated ARM assembler
...egrated-as, for ARM? In your project configuration, you could add "-no-integrated-as" for the parts that do have inline ASM. cheers, --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130205/cd89b2bf/attachment.html>
2013 Feb 05
2
[LLVMdev] [cfe-dev] Integrated ARM assembler
Hi Greg, I'd also like to see the integrated assembler enabled, though I'm only very weakly connected to the 32-bit backend. > 1) The assembly parser does not parse the ARM-ELF directives. Renato asked about inline assembly here, but I think the key question is over the directives LLVM itself decides to generate as a result of Clang invocations. I had a very brief encounter last year