This is an archive of the discontinued LLVM Phabricator instance.

[clang][test][NFC] Move attr-ifunc.c test from Sema to CodeGen
ClosedPublic

Authored by ibookstein on Nov 8 2021, 1:05 PM.

Details

Summary

Signed-off-by: Itay Bookstein <ibookstein@gmail.com>

Diff Detail

Event Timeline

ibookstein created this revision.Nov 8 2021, 1:05 PM
ibookstein published this revision for review.Nov 8 2021, 1:09 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 8 2021, 1:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript

add parent clang-format commit to pass CI

I've got no problem with this, but it could just as easily have happened in the other review. Is there a reason not to?

If you meant fusing the clang-format commit with this one, doing it in the same commit results in git no longer detecting the connection between them (similarity too low), so it loses the history. When searching I found a recommendation to avoid combining renames with modifications where git history matters, so I thought I might as well :)

erichkeane accepted this revision.Nov 9 2021, 1:38 PM

If you meant fusing the clang-format commit with this one, doing it in the same commit results in git no longer detecting the connection between them (similarity too low), so it loses the history. When searching I found a recommendation to avoid combining renames with modifications where git history matters, so I thought I might as well :)

I'd thought about it on the other review where it was questioned to be moved, but i don't care that much...

This revision is now accepted and ready to land.Nov 9 2021, 1:38 PM

Right; well, thanks!