This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Make MLIR_TABLEGEN_EXE a CMake CACHE variable
AbandonedPublic

Authored by vinograd47 on Feb 26 2020, 10:50 PM.

Details

Reviewers
rriddle
Summary

This allows to explicitly override this variable during cross-compilation to use native mlir-tblgen tool.

Diff Detail

Event Timeline

vinograd47 created this revision.Feb 26 2020, 10:50 PM

Is this fixed with https://reviews.llvm.org/D75299 ?

I think so, since my fix also relates to cross-compilation. Once the D75299 is merged I will try it.

vinograd47 abandoned this revision.Feb 28 2020, 1:57 AM