Displaying 2 results from an estimated 2 matches for "b6c43b14".
2013 Sep 09
2
[LLVMdev] ARM integrated assembler - unknown directive errors
Hiya
I am trying to compile a test case with latest LLVM 3.3 release using integrated assembler. I have looked through previous mailing discussion on this subject and it appears that perhaps by now the appropriate changes are checked-in however my test case is failing. Maybe I am missing something and not specifying appropriate options on the commandline.
My setup:
Host operating System: Ubuntu
2013 Sep 09
0
[LLVMdev] ARM integrated assembler - unknown directive errors
Hi,
> arm-linux-clang
> -Iarm-2013.05-24-arm-none-linux/arm-none-linux-gnueabi/libc/usr/include
> -integrated-as -msoft-float -save-temps -O3 -mcpu=cortex-a8 -c -o test.o
> test.c
Hmm. It looks like save-temps is interfering with integrated-as.
What's happening is that Clang is quite capable of taking those
directives from CodeGen and putting them in an object file (the normal