This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Use explicit targets for building Linux runtimes
ClosedPublic

Authored by phosek on Jun 25 2018, 1:10 PM.

Details

Summary

Previously we were using default logic when building Linux runtimes
in Fuchsia toolchain, but that leads to various issues due to how
the CMake logic in compiler-rt for determining the platform support
is implemented. With this change, we will use explicit target for
every provided Linux sysroot.

Diff Detail

Repository
rC Clang

Event Timeline

phosek created this revision.Jun 25 2018, 1:10 PM
This revision is now accepted and ready to land.Jun 26 2018, 8:35 PM
This revision was automatically updated to reflect the committed changes.