This is an archive of the discontinued LLVM Phabricator instance.

[XRay] Do not depend on C++ stdlib for XRay builds
ClosedPublic

Authored by dberris on Mar 23 2017, 5:19 PM.

Details

Summary

Now that XRay doesn't require a runtime dependency on a C++ standard
library, we remove that dependency from the clang linker flags.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Mar 23 2017, 5:19 PM
saugustine accepted this revision.Mar 23 2017, 5:31 PM
This revision is now accepted and ready to land.Mar 23 2017, 5:31 PM
This revision was automatically updated to reflect the committed changes.