This is an archive of the discontinued LLVM Phabricator instance.

Fix broken link locations after move to monorepo
ClosedPublic

Authored by galv on Jan 5 2020, 8:19 PM.

Details

Summary
I used the codemod python tool to do this with the following commands:

codemod 'tensorflow/mlir/blob/master/include' 'llvm/llvm-project/blob/master/mlir/include'
codemod 'tensorflow/mlir/blob/master' 'llvm/llvm-project/blob/master/mlir'
codemod 'tensorflow/mlir' 'llvm-project/llvm'

Diff Detail

Event Timeline

galv created this revision.Jan 5 2020, 8:19 PM
rriddle accepted this revision.Jan 5 2020, 8:32 PM
This revision is now accepted and ready to land.Jan 5 2020, 8:32 PM
galv added a comment.Jan 6 2020, 9:16 PM

@rriddle I'm not entirely sure how this works (not a regular llvm user), but I don't believe I have commit access for the MLIR project.

This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptJan 13 2020, 11:21 PM