This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Build fix for mlir-opt
ClosedPublic

Authored by kernhanda on Feb 5 2020, 3:41 PM.

Details

Summary

mlir-opt needs to link against MLIRLoopAnalysis

Diff Detail

Event Timeline

kernhanda created this revision.Feb 5 2020, 3:41 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 5 2020, 3:41 PM
kernhanda edited the summary of this revision. (Show Details)Feb 5 2020, 3:42 PM
This revision is now accepted and ready to land.Feb 5 2020, 3:50 PM

Unit tests: pass. 62519 tests passed, 0 failed and 844 were skipped.

clang-tidy: pass.

clang-format: fail. Please format your changes with clang-format by running git-clang-format HEAD^ or applying this patch.

Build artifacts: clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml

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

kernhanda updated this revision to Diff 242786.Feb 5 2020, 4:50 PM

formatting

This revision was automatically updated to reflect the committed changes.