This is an archive of the discontinued LLVM Phabricator instance.

[CMake][runtimes] Process common options in runtimes build
ClosedPublic

Authored by phosek on Apr 10 2018, 4:44 PM.

Details

Summary

This was removed in D39932 but turned out this is actually needed
because runtimes such as compiler-rt and libc++ rely on common options
processing for setting certain flags such as -ffunction-sections and
-fdata-sections.

Diff Detail

Repository
rL LLVM

Event Timeline

phosek created this revision.Apr 10 2018, 4:44 PM
cryptoad accepted this revision.Apr 10 2018, 5:32 PM
This revision is now accepted and ready to land.Apr 10 2018, 5:32 PM
This revision was automatically updated to reflect the committed changes.