On Fri, Jul 3, 2009 at 10:20 PM, Krister Walfridsson<[email protected]> wrote: > I get failures for > clang/test/Driver/dragonfly.c > clang/test/Driver/freebsd.c > when running on NetBSD. The reason is that the compiler reports the > crtbegin.o as "/usr/lib/crtbegin.o", but the tests tries to match it > against "crtbegin.o". The tests do however match crtend.o as > ".*crtend.o", so I guess that it just an oversight? Corrected by the > attached patch.
Patch committed in r75268; sorry about the delay! -Eli _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
