This is an archive of the discontinued LLVM Phabricator instance.

[cmake] Export GetHostTriple.cmake
ClosedPublic

Authored by nikic on Sep 27 2022, 5:08 AM.

Details

Summary

GetHostTriple is used by the runtimes build, so this cmake file must be exported. Otherwise it is not possible to build runtimes against a previously built LLVM.

Diff Detail

Event Timeline

nikic created this revision.Sep 27 2022, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 5:08 AM
nikic requested review of this revision.Sep 27 2022, 5:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 27 2022, 5:08 AM
sebastian-ne accepted this revision.Sep 28 2022, 4:06 AM

Looks good to me

This revision is now accepted and ready to land.Sep 28 2022, 4:06 AM
This revision was automatically updated to reflect the committed changes.