From e8be6652cebf005b39d490d72fd4d63e52779160 Mon Sep 17 00:00:00 2001 From: Argyrios Kyrtzidis Date: Wed, 25 Jan 2012 22:55:16 +0000 Subject: Revert r148981 because it fails test/Driver/freebsd.c Original log: Author: chandlerc Date: Wed Jan 25 21:32:31 2012 +0000 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: 148993 --- clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib/crt1.o | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib/crt1.o (limited to 'clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib') diff --git a/clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib/crt1.o b/clang/test/Driver/Inputs/basic_freebsd_tree/usr/lib/crt1.o deleted file mode 100644 index e69de29bb2d..00000000000 -- cgit v1.2.3