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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Submitting this as is since it is breaking the windows build. Feel free to post review.