| commit | 2d1b1ad831289d002665c25cc7d88711e2fcf30a | [log] [tgz] |
|---|---|---|
| author | Simon Atanasyan <satanasyan@mips.com> | Sun Oct 21 11:44:57 2012 +0000 |
| committer | Simon Atanasyan <satanasyan@mips.com> | Sun Oct 21 11:44:57 2012 +0000 |
| tree | 48c7125e40ecd318ceaadf357dc33b6250d4e881 | |
| parent | fe88c6716143eace05fd49b8291e128768c33891 [diff] |
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/object files paths and passes appropriate command line options to the linker if user provides -mabi=n32 option. The patch reviewed by Rafael Espindola. llvm-svn: 166389