This is an archive of the discontinued LLVM Phabricator instance.

Make windows resource generation more robust
ClosedPublic

Authored by powderluv on Oct 11 2022, 1:22 AM.

Details

Summary

This is another attempt at https://reviews.llvm.org/D110489.

When build IREE we run into cases where we don't have / need
LLVM_VERSION_* etc set. Compilation fails if it isn't an integer.

Diff Detail

Event Timeline

powderluv created this revision.Oct 11 2022, 1:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 1:22 AM
powderluv requested review of this revision.Oct 11 2022, 1:22 AM
Herald added a project: Restricted Project. · View Herald TranscriptOct 11 2022, 1:22 AM
stellaraccident accepted this revision.Oct 11 2022, 6:27 AM
This revision is now accepted and ready to land.Oct 11 2022, 6:27 AM
This revision was automatically updated to reflect the committed changes.