]> granicus.if.org Git - clang/commit
Add support of MIPS n32 ABI to the Clang driver. The fix builds correct library/objec...
authorSimon Atanasyan <satanasyan@mips.com>
Sun, 21 Oct 2012 11:44:57 +0000 (11:44 +0000)
committerSimon Atanasyan <satanasyan@mips.com>
Sun, 21 Oct 2012 11:44:57 +0000 (11:44 +0000)
commitf4bd32957c686891cbdb7e2124630f6686343a2a
tree6e5cd967382cce86ef883cae76f203a56a2b8abd
parentefeeccfb5efa94b6b4198298a80ad9a699bebcce
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@166389 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
lib/Driver/ToolChains.h
lib/Driver/Tools.cpp
test/Driver/linux-ld.c