search for: 672ba065

Displaying 2 results from an estimated 2 matches for "672ba065".

Did you mean: 1723a065
2013 Feb 05
0
[LLVMdev] Integrated ARM assembler
Hi Renato, > is there anything holding the integrated assembler back from being on by default? For ARM-ELF, a couple missing pieces I see: 1) The assembly parser does not parse the ARM-ELF directives. 2) The Exception Handling ABI does not appear to be supported. Try this: $ echo "void a(){}" | clang -target arm-none-linux-gnueabi -mllvm -arm-enable-ehabi -integrated-as -c -xc -
2013 Feb 05
3
[LLVMdev] Integrated ARM assembler
Hi all, I remember the discussion about promoting the integrated ARM assembler as the default option, but I don't remember the outcome. While compiling on ARM, I noticed that clang is not setting the integrated-as by default and is calling GAS before LD, which sometimes cause confusion (GAS doesn't like using r13 as a GPR, for instance). While this is unpredictable in Thumb, it's