This is an archive of the discontinued LLVM Phabricator instance.

[CMake][MLGO] Fix cmake for MLGO
ClosedPublic

Authored by eopXD on Aug 29 2022, 6:17 PM.

Details

Summary

The if-statement should check whehter TFLITE is on or not rather than if the variable is specified.

Diff Detail

Event Timeline

eopXD created this revision.Aug 29 2022, 6:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 6:17 PM
eopXD requested review of this revision.Aug 29 2022, 6:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 29 2022, 6:17 PM
eopXD retitled this revision from [CMake] Fix cmake for MLGO to [CMake][MLGO] Fix cmake for MLGO.Aug 29 2022, 6:17 PM
eopXD added a reviewer: mtrofin.
mtrofin accepted this revision.Aug 29 2022, 8:19 PM

Lgtm, thanks!

This revision is now accepted and ready to land.Aug 29 2022, 8:19 PM
This revision was automatically updated to reflect the committed changes.