This is an archive of the discontinued LLVM Phabricator instance.

[CMake][runtimes] Pass the CMAKE_ARGS to runtimes build correctly
ClosedPublic

Authored by phosek on Jul 14 2020, 7:27 PM.

Details

Summary

We were relying on CMAKE_ARGS argument to be passed to subbuild, but
this argument was never properly defined. This patch addresses that.

Diff Detail

Event Timeline

phosek created this revision.Jul 14 2020, 7:27 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 14 2020, 7:27 PM
smeenai accepted this revision.Jul 14 2020, 7:36 PM

Hah, whoops. LGTM.

This revision is now accepted and ready to land.Jul 14 2020, 7:36 PM
This revision was automatically updated to reflect the committed changes.