This is an archive of the discontinued LLVM Phabricator instance.

[libFuzzer] Diff 33 - [FuzzerSupport] Move Util implementations to Support directory.
AbandonedPublic

Authored by mpividori on Dec 19 2016, 2:00 PM.

Details

Diff Detail

Event Timeline

mpividori updated this revision to Diff 82005.Dec 19 2016, 2:00 PM
mpividori retitled this revision from to [libFuzzer] Diff 33 - [FuzzerSupport] Move Util implementations to Support directory..
mpividori updated this object.
mpividori added reviewers: kcc, zturner.
mpividori set the repository for this revision to rL LLVM.
mpividori added a subscriber: llvm-commits.
mpividori updated this revision to Diff 82034.Dec 19 2016, 4:52 PM
mpividori removed rL LLVM as the repository for this revision.
aizatsky edited edge metadata.Dec 20 2016, 1:38 PM

Is it possible to record file moves in this change? Right now *Utils files look like deleted/added.

@aizatsky Yes. It was my intention, using: "git mv"., but I think I did something wrong. I will update the diff.

mpividori updated this revision to Diff 82165.Dec 20 2016, 3:30 PM
mpividori updated this object.
mpividori edited edge metadata.
mpividori updated this object.

@aizatsky I needed to use the flag "-M" for "git diff-tree" to record the rename.
Also, this diff is self-contained.

mpividori abandoned this revision.Jan 4 2017, 6:06 PM