]> granicus.if.org Git - clang/commit
Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also check
authorJoerg Sonnenberger <joerg@bec.de>
Wed, 16 Apr 2014 20:44:17 +0000 (20:44 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Wed, 16 Apr 2014 20:44:17 +0000 (20:44 +0000)
commit7967360edcb53e1f9c48c2143267f6a35b7688b0
treebadab63612f91374a41af34b107da8f576efa3db
parent964132fcbe6372ea9629f218f31e3e173524e16a
Handle -m32 for NetBSD/sparc64 correctly. Extend test case to also check
ARM, MIPS and i386 ABIs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@206416 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/Inputs/basic_netbsd_tree/usr/lib/64/crti.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/eabi/crti.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/i386/crti.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/o32/crti.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/oabi/crti.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/sparc/crti.o [new file with mode: 0644]
test/Driver/netbsd.c
test/Driver/netbsd.cpp