This is an archive of the discontinued LLVM Phabricator instance.

[CMake][runtimes] Don't process common options in runtimes build
ClosedPublic

Authored by phosek on Nov 10 2017, 4:58 PM.

Details

Summary

This is no longer needed for any of the runtimes build and it breaks
in case we don't have the working compiler yet, e.g. when building
a compiler that uses compiler-rt and libc++ as a default runtime,
because these common options check whether these are available.

Diff Detail

Repository
rL LLVM