This is an archive of the discontinued LLVM Phabricator instance.

[tsan] Disable sysroot flag on FreeBSD
ClosedPublic

Authored by emaste on Feb 18 2016, 8:35 AM.

Details

Summary

FreeBSD does not install a number of Clang-provided headers for the compiler in the base system due to incompatibilities between FreeBSD's and Clang's versions. As a workaround do not use --sysroot=. on FreeBSD until this is addressed.

llvm.org/pr26651

Diff Detail

Repository
rL LLVM

Event Timeline

emaste updated this revision to Diff 48330.Feb 18 2016, 8:35 AM
emaste retitled this revision from to [tsan] Disable sysroot flag on FreeBSD.
emaste updated this object.
emaste added reviewers: samsonov, dim.
emaste added a subscriber: seanbruno.
samsonov accepted this revision.Feb 18 2016, 9:31 AM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Feb 18 2016, 9:31 AM
This revision was automatically updated to reflect the committed changes.