]> granicus.if.org Git - clang/commit
Provide a dummy NetBSD tree and use --sysroot in the driver test.
authorJoerg Sonnenberger <joerg@bec.de>
Mon, 14 Oct 2013 23:26:44 +0000 (23:26 +0000)
committerJoerg Sonnenberger <joerg@bec.de>
Mon, 14 Oct 2013 23:26:44 +0000 (23:26 +0000)
commitf7c462cbaa5a72d60e95bd825933850fe1ca05ed
tree9cdc650d67951a669e3affb5e88bd2bf1f454ef5
parent9aa926143ba36c09bea5b93b22205b30784a7a04
Provide a dummy NetBSD tree and use --sysroot in the driver test.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@192641 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crt0.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crtbeginS.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crtend.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crtendS.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crti.o [new file with mode: 0644]
test/Driver/Inputs/basic_netbsd_tree/usr/lib/crtn.o [new file with mode: 0644]
test/Driver/netbsd.c
test/Driver/netbsd.cpp