Hi Guys , Did clang has the support for ILP32 data model on the ARM target like aarch64 /arm64 ? Thank you ~Umesh
On 12 May 2016 at 11:38, Umesh Kalappa via llvm-dev <llvm-dev at lists.llvm.org> wrote:> Did clang has the support for ILP32 data model on the ARM target like > aarch64 /arm64 ?Hi Umesh, LLVM still doesn't support ILP32 for AArch64, and I'm not aware of any immediate plans to do so. cheers, --renato
Thank you Renato for the info . ~Umesjh On Thu, May 12, 2016 at 4:48 PM, Renato Golin <renato.golin at linaro.org> wrote:> On 12 May 2016 at 11:38, Umesh Kalappa via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> Did clang has the support for ILP32 data model on the ARM target like >> aarch64 /arm64 ? > > Hi Umesh, > > LLVM still doesn't support ILP32 for AArch64, and I'm not aware of any > immediate plans to do so. > > cheers, > --renato
Maybe Matching Threads
- [RFC] arm64_32: upstreaming ILP32 support for AArch64
- [LLVMdev] GCC compatibility code coverage issue .
- [LLVMdev] GCC compatibility code coverage issue .
- Disable ARM specific pass.
- How do I get ABI information to a subclass of MCELFObjectTargetWriter::GetLocType?