This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Install precise pattern for generated files.
Needs ReviewPublic

Authored by stellaraccident on Mar 15 2021, 10:35 PM.

Details

Reviewers
mehdi_amini
Summary

Previously, this was matching all linked files in the build tree, including generated files. When we switched to symlinks and added non generated files, this broke the Windows install: CMake seems to have trouble installing symlinks on Windows. Since this was not intended, just fixed the too broad of a match.

Diff Detail