]> granicus.if.org Git - clang/commit
[mips] Enable IAS by default for 32-bit MIPS targets (O32).
authorDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 14 May 2016 12:43:08 +0000 (12:43 +0000)
committerDaniel Sanders <daniel.sanders@imgtec.com>
Sat, 14 May 2016 12:43:08 +0000 (12:43 +0000)
commit6677e84ab5c3dca2c0c5fbb4d8a0152332044ece
treef80305ecc423b413b28abbf384a0fb8ccd168f73
parent030cd434e43e557e5ea64b0df411f89f67a41604
[mips] Enable IAS by default for 32-bit MIPS targets (O32).

Summary:
The MIPS IAS can now pass 'ninja check-all', recurse, build a bootable linux
kernel, and pass a variety of LNT testing.

Unfortunately we can't enable it by default for 64-bit targets yet since the N32
ABI is still very buggy and this also means we can't enable it for N64 either
because we can't distinguish between N32 and N64 in the relevant code.

Reviewers: vkalintiris

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D18759
Differential Revision: http://reviews.llvm.org/D18761

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@269560 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp