This is an archive of the discontinued LLVM Phabricator instance.

[scudo] Fix standalone compiler-rt test breakage
ClosedPublic

Authored by cryptoad on Feb 3 2017, 6:19 PM.

Details

Summary

Apparently "test standalone compiler-rt" still requires -ldl and -lrt for
Scudo even with --gc-sections. I am not entirely sure why, so if anybody has
some input, feel free to chime in.

In the meantime, add again those two to fix the test.

Event Timeline

cryptoad created this revision.Feb 3 2017, 6:19 PM
kcc accepted this revision.Feb 6 2017, 9:02 AM

LGTM

This revision is now accepted and ready to land.Feb 6 2017, 9:02 AM
cryptoad closed this revision.Feb 6 2017, 9:36 AM