This is an archive of the discontinued LLVM Phabricator instance.

[CMake][runtimes] Skip adding 2nd set of the same variables for a generic target
ClosedPublic

Authored by krisb on Jun 10 2020, 7:29 AM.

Details

Summary

No need to parse and add the same variables twice if runtimes is being
built for a generic target (i.e. w/o multilib).

Diff Detail

Event Timeline

krisb created this revision.Jun 10 2020, 7:29 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 10 2020, 7:29 AM
phosek accepted this revision.Jun 10 2020, 11:22 AM

LGTM

This revision is now accepted and ready to land.Jun 10 2020, 11:22 AM
This revision was automatically updated to reflect the committed changes.