This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Fix standlone build -lrt requirement
ClosedPublic

Authored by cryptoad on Nov 1 2017, 9:47 AM.

Details

Summary

The split in D39461 introduced separate C++ flags, but cxx_flags needs -lrt as well for the standalone build.

Event Timeline

cryptoad created this revision.Nov 1 2017, 9:47 AM
cryptoad updated this revision to Diff 121145.Nov 1 2017, 9:50 AM

Same idea, but with just line reordering.

cryptoad edited the summary of this revision. (Show Details)Nov 1 2017, 9:51 AM
alekseyshl accepted this revision.Nov 1 2017, 9:55 AM
This revision is now accepted and ready to land.Nov 1 2017, 9:55 AM
cryptoad closed this revision.Nov 1 2017, 10:00 AM