This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt] [cmake] Add a separate CMake var to control profile runtime
ClosedPublic

Authored by mgorny on Sep 30 2017, 1:09 AM.

Details

Summary

Make it possible to control building profile runtime separately from
other options. Before r313549, the profile runtime building was
controlled along with sanitizers. However, since that commit it is built
unconditionally which results in multiple builds for people building
different runtimes separately.

Diff Detail

Repository
rL LLVM

Event Timeline

mgorny created this revision.Sep 30 2017, 1:09 AM
vsk accepted this revision.Oct 1 2017, 7:39 PM

Thanks, lgtm.

This revision is now accepted and ready to land.Oct 1 2017, 7:39 PM
This revision was automatically updated to reflect the committed changes.