This is an archive of the discontinued LLVM Phabricator instance.

[CMake] Support passing FUCHSIA_SDK as the only variable
ClosedPublic

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

Details

Summary

Now that the structure of Fuchsia SDK has been formalized, we no
longer need to pass all the different CFLAGS/LDFLAGS to the CMake
build separately, we can simply set the FUCHSIA_SDK variable and
derive all the necessary variables from that one inside the cache
file.

Diff Detail

Repository
rC Clang

Event Timeline

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