On Wed, May 06, 2015 at 09:12:15AM +0000, Bhushan Attarde wrote: > The llvm::Triple does not give ABI (32, 64, eabi ,n32 and o64) and > Application Specific Extension (ASE) information (like microMIPS) for MIPS. Other platforms like ARM use the environment part to specify the ABI. Why can't MIPS do that? Joerg