This is an archive of the discontinued LLVM Phabricator instance.

[XRay][clang] Add a flag to enable/disable linking XRay deps explicitly
ClosedPublic

Authored by dberris on Apr 5 2018, 9:29 PM.

Details

Summary

This change introduces -fxray-link-deps and -fnoxray-link-deps. The
-fnoxray-link-deps allows for directly controlling which specific XRay
runtime to link. The default is for clang to link the XRay runtime that
is shipped with the compiler (if there are any), but users may want to
explicitly add the XRay dependencies from other locations or other
means.

Diff Detail

Repository
rL LLVM

Event Timeline

dberris created this revision.Apr 5 2018, 9:29 PM
eizan accepted this revision.Apr 5 2018, 10:10 PM
This revision is now accepted and ready to land.Apr 5 2018, 10:10 PM
This revision was automatically updated to reflect the committed changes.