[LLVMdev] Targeting ARM Cortex-a9 from x86_64 with clang

Tim Northover t.p.northover at gmail.com
Tue Nov 26 09:44:30 PST 2013


> Out of curiosity, can't clang do the assembly itself in this case?

Integrated-assembler is still disabled by default on ARM ELF. It
really should be enabled now, in my opinion. Of course, you'd still
need the linker so dependencies wouldn't change noticeably.

Cheers.

Tim.



More information about the llvm-dev mailing list