Hi, all. test/Driver/{freebsd.c,openbsd.c} have been failing for me for a
while, but it's only now that I've looked into it. It turns out that my local
environment has a setting for LIBRARY_PATH, which makes the generated calls to
ld include -L arguments.This patch handles that by adding 'env LIBRARY_PATH=""' to the %clang run lines, but I'm not sure what other environment variables might affect this. Another solution might be to split the CHECK line into pieces. For those who manage freebsd.c and openbsd.c, what are these tests supposed to be checking? Thanks, Jordy
library-path.patch
Description: Binary data
_______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
