This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][CUDA] Fix build file for mlir-cuda-runner
ClosedPublic

Authored by herhut on Feb 12 2020, 5:38 AM.

Details

Summary

This was broken recently when moving from dialect registration via
static initializers to explicit intialization.

Diff Detail

Event Timeline

herhut created this revision.Feb 12 2020, 5:38 AM
ftynse accepted this revision.Feb 12 2020, 5:53 AM
This revision is now accepted and ready to land.Feb 12 2020, 5:53 AM
This revision was automatically updated to reflect the committed changes.