]> granicus.if.org Git - clang/commit
Add some really minimalist freebsd testing trees and use them in the
authorChandler Carruth <chandlerc@gmail.com>
Wed, 25 Jan 2012 10:50:34 +0000 (10:50 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 25 Jan 2012 10:50:34 +0000 (10:50 +0000)
commit3366ef0783b855da9949229dfe3e9d58e13824bd
tree0656822da7b3fbb42c75c4f0b5dafd5bf18900f6
parente98e5b54543f8a9e35626fb44dc0c649e71917d9
Add some really minimalist freebsd testing trees and use them in the
freebsd test so that it's behavior isn't dependent on the filesystem of
the host running the tests. This should revive the build bots at least.
The tests and the trees still need a lot of love to make them as useful
and easy to maintain as linux-ld.c.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@148949 91177308-0d34-0410-b5e6-96231b3b80d8
test/Driver/Inputs/basic_freebsd64_tree/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_freebsd64_tree/usr/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_freebsd64_tree/usr/lib32/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_freebsd_tree/lib/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_freebsd_tree/usr/lib/.keep [new file with mode: 0644]
test/Driver/freebsd.c