summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_freebsd64_tree
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-01-25 21:32:31 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-01-25 21:32:31 +0000
commit143f2f6e377c28434f310494f3c24879b31adc26 (patch)
treee8507d1b3b3b1ffd9ba8eb162d88230e05b74208 /clang/test/Driver/Inputs/basic_freebsd64_tree
parent9afaf793b36dc7d61797283799d77c1c5ca19c27 (diff)
downloadbcm5719-llvm-143f2f6e377c28434f310494f3c24879b31adc26.tar.gz
bcm5719-llvm-143f2f6e377c28434f310494f3c24879b31adc26.zip
Try to unbreak the FreeBSD toolchain's detection of 32-bit targets
inside a 64-bit freebsd machine with the 32-bit compatibility layer installed. The FreeBSD image always has the /usr/lib32 directory, so test for the more concrete existence of crt1.o. Also enhance the tests for freebsd to clarify what these trees look like and exercise the new code. Thanks to all the FreeBSD folks for helping me understand what caused the failure and how we might fix it. =] That helps a lot. Also, yay build bots. llvm-svn: 148981
Diffstat (limited to 'clang/test/Driver/Inputs/basic_freebsd64_tree')
-rw-r--r--clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o0
1 files changed, 0 insertions, 0 deletions
diff --git a/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o b/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/clang/test/Driver/Inputs/basic_freebsd64_tree/usr/lib/crt1.o
OpenPOWER on IntegriCloud