This is an archive of the discontinued LLVM Phabricator instance.

[nfc][mlir] Mark the MLIR tools for installation in CMake
ClosedPublic

Authored by kernhanda on Feb 4 2020, 11:38 AM.

Details

Summary

This binplaces mlir-translate, mlir-cuda-runner, and mlir-cpu-runner when building the CMake install target.

Diff Detail

Event Timeline

kernhanda created this revision.Feb 4 2020, 11:38 AM
kernhanda edited the summary of this revision. (Show Details)Feb 4 2020, 11:38 AM

Unit tests: unknown.

clang-tidy: pass.

clang-format: pass.

Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt

Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.

mehdi_amini accepted this revision.Feb 4 2020, 3:20 PM
This revision is now accepted and ready to land.Feb 4 2020, 3:20 PM

I'll need someone to commit this on my behalf since I don't have sufficient privileges.

Also, should this change be merged into the LLVM 10.x release branch? Is that automatic?

This revision was automatically updated to reflect the committed changes.