This is an archive of the discontinued LLVM Phabricator instance.

Fix building Asan and common sanitizers tests on FreeBSD 9.2
ClosedPublic

Authored by kutuzov.viktor.84 on Apr 25 2014, 8:26 AM.

Details

Reviewers
kcc
samsonov
Summary

We need to add the "-lc++" option explicitly to the LINKFLAGS for some of the Asan and common sanitizers tests (e.g., the -with-calls ones) on FreeBSD 9.2. It looks like it's fixed for upcoming versions of FreeBSD: http://lists.freebsd.org/pipermail/svn-src-stable-9/2012-May/001855.html .

Diff Detail

Event Timeline

kutuzov.viktor.84 retitled this revision from to Fix building Asan and common sanitizers tests on FreeBSD 9.2.
kutuzov.viktor.84 updated this object.
kutuzov.viktor.84 edited the test plan for this revision. (Show Details)
kutuzov.viktor.84 added reviewers: kcc, samsonov.
kutuzov.viktor.84 added subscribers: Unknown Object (MLST), emaste.
samsonov accepted this revision.Apr 25 2014, 9:49 AM
samsonov edited edge metadata.

LGTM

This revision is now accepted and ready to land.Apr 25 2014, 9:49 AM