This is an archive of the discontinued LLVM Phabricator instance.

XFAIL bugpoint test on FreeBSD
AbandonedPublic

Authored by davide on Aug 23 2015, 10:51 AM.

Details

Reviewers
None
Summary

FreeBSD doesn't ship with gcc by default anymore, so this fails on a stock installation.
I would like to mark this as XFAIL until a better solution is found, it generates noise.

Exit Code: 1

Command Output (stderr):

Cannot find `gcc' in PATH: No such file or directory

Diff Detail

Event Timeline

davide updated this revision to Diff 32927.Aug 23 2015, 10:51 AM
davide retitled this revision from to XFAIL bugpoint test on FreeBSD.
davide updated this object.
davide added a subscriber: llvm-commits.

FreeBSD doesn't ship with gcc by default anymore, so this fails on a stock installation. I would like to mark this as XFAIL until a better solution is found, it generates noise.

Is there any reason it should not be searching for 'clang' as a fallback (or even first)? As I recall, this is used mainly for linking.

davide abandoned this revision.Oct 11 2015, 5:27 PM

Abandon this review. We can continue @D13642